From a54ca7c55f350e345140da9c8d526e511653b2fb Mon Sep 17 00:00:00 2001 From: Dart Raiden Date: Thu, 28 Nov 2013 23:10:51 +0000 Subject: another portion of decapitalization in the core langpacks/russian: update git-svn-id: http://svn.miranda-ng.org/main/trunk@7008 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- src/modules/extraicons/options_ei.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/extraicons/options_ei.cpp') diff --git a/src/modules/extraicons/options_ei.cpp b/src/modules/extraicons/options_ei.cpp index db7d74b0b1..8b1b9548e1 100644 --- a/src/modules/extraicons/options_ei.cpp +++ b/src/modules/extraicons/options_ei.cpp @@ -415,7 +415,7 @@ static INT_PTR CALLBACK OptionsDlgProc(HWND hwndDlg, UINT msg, WPARAM wParam, LP int numSlots = GetNumberOfSlots(); if (numSlots < (int)registeredExtraIcons.getCount()) { TCHAR txt[512]; - mir_sntprintf(txt, SIZEOF(txt), TranslateT("* only the first %d icons will be shown"), numSlots); + mir_sntprintf(txt, SIZEOF(txt), TranslateT("*only the first %d icons will be shown"), numSlots); HWND label = GetDlgItem(hwndDlg, IDC_MAX_ICONS_L); SetWindowText(label, txt); -- cgit v1.2.3