summaryrefslogtreecommitdiff
path: root/src/modules/protocols
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/protocols
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/protocols')
-rw-r--r--src/modules/protocols/protoopts.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/protocols/protoopts.cpp b/src/modules/protocols/protoopts.cpp
index 4fc2330c14..522a77e616 100644
--- a/src/modules/protocols/protoopts.cpp
+++ b/src/modules/protocols/protoopts.cpp
@@ -126,7 +126,7 @@ static INT_PTR CALLBACK AccFormDlgProc(HWND hwndDlg, UINT message, WPARAM wParam
if (buf[0]) {
for (int i=0; i < accounts.getCount(); i++)
if (_stricmp(buf, accounts[i]->szModuleName) == 0) {
- MessageBox(NULL, TranslateT("Account name has to be unique. Please enter unique name."), TranslateT("Account Error"), MB_ICONERROR | MB_OK);
+ MessageBox(NULL, TranslateT("Account name has to be unique. Please enter unique name."), TranslateT("Account error"), MB_ICONERROR | MB_OK);
return FALSE;
}
}