From bb0c52985eccfae809a08bb72938b863bc546032 Mon Sep 17 00:00:00 2001 From: Dart Raiden Date: Sat, 13 Dec 2014 12:45:04 +0000 Subject: Clist_modern: decapitalization git-svn-id: http://svn.miranda-ng.org/main/trunk@11368 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Clist_modern/src/modern_skinopt.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/Clist_modern/src/modern_skinopt.cpp') diff --git a/plugins/Clist_modern/src/modern_skinopt.cpp b/plugins/Clist_modern/src/modern_skinopt.cpp index 43869d6ffd..757882a031 100644 --- a/plugins/Clist_modern/src/modern_skinopt.cpp +++ b/plugins/Clist_modern/src/modern_skinopt.cpp @@ -140,7 +140,7 @@ INT_PTR CALLBACK DlgSkinOpts(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lPara _T("fyr.mirandaim.ru"), TranslateT("Inside library")); } - MessageBox( hwndDlg, text, TranslateT("Skin Information"), MB_OK|MB_ICONINFORMATION ); + MessageBox( hwndDlg, text, TranslateT("Skin information"), MB_OK|MB_ICONINFORMATION ); } break; case IDC_BUTTON_APPLY_SKIN: -- cgit v1.2.3