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 +- src/modules/fonts/FontOptions.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/modules') 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); diff --git a/src/modules/fonts/FontOptions.cpp b/src/modules/fonts/FontOptions.cpp index e448b71607..7a19451282 100644 --- a/src/modules/fonts/FontOptions.cpp +++ b/src/modules/fonts/FontOptions.cpp @@ -1259,7 +1259,7 @@ int OptInit(WPARAM wParam, LPARAM) odp.position = -790000000; odp.hInstance = hInst; odp.pszTemplate = MAKEINTRESOURCEA(IDD_OPT_FONTS); - odp.pszTitle = LPGEN("Fonts & Colors"); + odp.pszTitle = LPGEN("Fonts and colors"); odp.pszGroup = LPGEN("Customize"); odp.flags = ODPF_BOLDGROUPS; odp.pfnDlgProc = DlgProcLogOptions; -- cgit v1.2.3