diff options
Diffstat (limited to 'src/modules/options/options.cpp')
-rw-r--r-- | src/modules/options/options.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/options/options.cpp b/src/modules/options/options.cpp index 8e63ed5d4e..e7f5304b33 100644 --- a/src/modules/options/options.cpp +++ b/src/modules/options/options.cpp @@ -1457,7 +1457,7 @@ static void OpenOptionsNow(const char *pszGroup, const char *pszPage, const char psh.dwFlags = PSH_PROPSHEETPAGE | PSH_NOAPPLYNOW;
psh.nPages = opi.pageCount;
psh.pStartPage = (LPCTSTR)&ood; //more structure misuse
- psh.pszCaption = TranslateT("Miranda IM Options");
+ psh.pszCaption = TranslateT("Miranda NG Options");
psh.ppsp = (PROPSHEETPAGE*)opi.odp; //blatent misuse of the structure, but what the hell
hwndOptions = CreateDialogParam(hInst,
|