diff options
author | Dart Raiden <wowemuh@gmail.com> | 2015-12-03 13:33:25 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2015-12-03 13:33:25 +0000 |
commit | 783b23571a95cc76a4151e24c1bcb204226c4f31 (patch) | |
tree | 6e13e8e5d1edf65c7a9a27932421697f44c8cb86 /plugins/Popup/src/opt_gen.cpp | |
parent | 92cea97e92cc053c63dddea13ba77d2a560ea775 (diff) |
capitalization
git-svn-id: http://svn.miranda-ng.org/main/trunk@15813 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Popup/src/opt_gen.cpp')
-rw-r--r-- | plugins/Popup/src/opt_gen.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Popup/src/opt_gen.cpp b/plugins/Popup/src/opt_gen.cpp index fe126a1cfc..9196160c67 100644 --- a/plugins/Popup/src/opt_gen.cpp +++ b/plugins/Popup/src/opt_gen.cpp @@ -589,7 +589,7 @@ void Check_ReorderPopups(HWND hwnd) { if (!PopupOptions.ReorderPopups && PopupOptions.ReorderPopupsWarning) {
int res = MessageBox(hwnd,
TranslateT("'Reorder popups' option is currently disabled.\r\nThis may cause misaligned popups when used with\r\navatars and text replacement (mainly NewXstatusNotify).\r\n\r\nDo you want to enable popup reordering now?\r\n"),
- TranslateT("Popup Plus Warning"), MB_ICONEXCLAMATION | MB_YESNOCANCEL);
+ TranslateT("Popup plus warning"), MB_ICONEXCLAMATION | MB_YESNOCANCEL);
switch (res) {
case IDYES:
|