From 3863486b0e695e3b5cb7cd1249f00f1f5cf4ffba Mon Sep 17 00:00:00 2001 From: Dart Raiden Date: Mon, 15 Dec 2014 01:02:10 +0000 Subject: clist_blind / clist_nicer: decapitalization git-svn-id: http://svn.miranda-ng.org/main/trunk@11427 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Clist_blind/src/init.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/Clist_blind/src') diff --git a/plugins/Clist_blind/src/init.cpp b/plugins/Clist_blind/src/init.cpp index c72c5912a1..f9b0d7a54f 100644 --- a/plugins/Clist_blind/src/init.cpp +++ b/plugins/Clist_blind/src/init.cpp @@ -484,7 +484,7 @@ TCHAR *GetProtoName(struct ClcContact *item) proto_name[0] = '\0'; if (item->hContact == NULL || item->proto == NULL) { - mir_tstrncpy(proto_name, TranslateT("Unknown Protocol"), SIZEOF(proto_name)); + mir_tstrncpy(proto_name, TranslateT("Unknown protocol"), SIZEOF(proto_name)); return proto_name; } -- cgit v1.2.3