summaryrefslogtreecommitdiff
path: root/src/modules/options
diff options
context:
space:
mode:
authorDart Raiden <wowemuh@gmail.com>2013-12-03 00:15:51 +0000
committerDart Raiden <wowemuh@gmail.com>2013-12-03 00:15:51 +0000
commit92dc71f30709b926a7daa314f5008a897f5e27a4 (patch)
treeac82220607f94654d96bdb27b2b44288e36eb484 /src/modules/options
parent5610704da019fe65e4b8b304e710a85c71c443b6 (diff)
another portion of decapitalization in the core (5/5)
langpacks/russian: update git-svn-id: http://svn.miranda-ng.org/main/trunk@7045 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/modules/options')
-rw-r--r--src/modules/options/options.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/options/options.cpp b/src/modules/options/options.cpp
index e725f7ec68..5101a813af 100644
--- a/src/modules/options/options.cpp
+++ b/src/modules/options/options.cpp
@@ -1278,7 +1278,7 @@ static void OpenOptionsNow(int hLangpack, const char *pszGroup, const char *pszP
psh.dwFlags = PSH_PROPSHEETPAGE | PSH_NOAPPLYNOW;
psh.nPages = opi.pageCount;
psh.pStartPage = (LPCTSTR)&ood; //more structure misuse
- psh.pszCaption = TranslateT("Miranda NG Options");
+ psh.pszCaption = TranslateT("Miranda NG options");
psh.ppsp = (PROPSHEETPAGE*)opi.odp; //blatent misuse of the structure, but what the hell
hwndOptions = CreateDialogParam(hInst,