summaryrefslogtreecommitdiff
path: root/src/modules/clist/groups.cpp
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2013-09-17 10:17:44 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2013-09-17 10:17:44 +0000
commit1361cd3f553f09375b145a02dd47ce5e6ea476b0 (patch)
tree2aa9487f70ea71c6dbc13383eadc79f932eac26c /src/modules/clist/groups.cpp
parent34307a276fc186fe4ee8c3fc1e7896d98d908c76 (diff)
Spelling correction (patch from RMN)
git-svn-id: http://svn.miranda-ng.org/main/trunk@6106 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/modules/clist/groups.cpp')
-rw-r--r--src/modules/clist/groups.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/clist/groups.cpp b/src/modules/clist/groups.cpp
index 297d4b0b8f..d01e485dd2 100644
--- a/src/modules/clist/groups.cpp
+++ b/src/modules/clist/groups.cpp
@@ -189,7 +189,7 @@ static INT_PTR DeleteGroup(WPARAM wParam, LPARAM)
if (db_get_b(NULL, "CList", "ConfirmDelete", SETTING_CONFIRMDELETE_DEFAULT))
{
TCHAR szQuestion[256+100];
- mir_sntprintf(szQuestion, SIZEOF(szQuestion), TranslateT("Are you sure you want to delete group '%s'? This operation can not be undone."), name);
+ mir_sntprintf(szQuestion, SIZEOF(szQuestion), TranslateT("Are you sure you want to delete group '%s'? This operation cannot be undone."), name);
if (MessageBox(cli.hwndContactList, szQuestion, TranslateT("Delete Group"), MB_YESNO|MB_ICONQUESTION) == IDNO)
return 1;
}