diff options
author | Dart Raiden <wowemuh@gmail.com> | 2013-11-28 23:10:51 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2013-11-28 23:10:51 +0000 |
commit | a54ca7c55f350e345140da9c8d526e511653b2fb (patch) | |
tree | 2647adc9e33448f4e0a11c0b7f63a2b8c0a93a59 /src/modules | |
parent | 22e77c2e8b503124498d414bc217fa4e66c1432e (diff) |
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
Diffstat (limited to 'src/modules')
-rw-r--r-- | src/modules/extraicons/options_ei.cpp | 2 | ||||
-rw-r--r-- | src/modules/fonts/FontOptions.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
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;
|