summaryrefslogtreecommitdiff
path: root/plugins/HistoryStats
diff options
context:
space:
mode:
authorDart Raiden <wowemuh@gmail.com>2014-05-24 20:46:22 +0000
committerDart Raiden <wowemuh@gmail.com>2014-05-24 20:46:22 +0000
commitf8212d9142f383fb4d4a0e6fb1a383828132c770 (patch)
tree28167a7246c5016c3c84130c949bebb82dfaffcd /plugins/HistoryStats
parent30fe5b5f8ae6b66f0f83c12d0f3a2fc22c8728e8 (diff)
spelling correction
git-svn-id: http://svn.miranda-ng.org/main/trunk@9301 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/HistoryStats')
-rw-r--r--plugins/HistoryStats/src/dlgfilterwords.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/HistoryStats/src/dlgfilterwords.cpp b/plugins/HistoryStats/src/dlgfilterwords.cpp
index 36fdf6b26a..cb5a0ff30d 100644
--- a/plugins/HistoryStats/src/dlgfilterwords.cpp
+++ b/plugins/HistoryStats/src/dlgfilterwords.cpp
@@ -169,7 +169,7 @@ void DlgFilterWords::onSetDel()
if (pFilter->getRef() > 0) {
if (IDYES != MessageBox(m_hWnd,
- TranslateT("The selected set is in use by at least one other column. If you remove it it won't be available to all other columns that use it. Are you sure you want to remove the set?"),
+ TranslateT("The selected set is in use by at least one other column. If you remove it, it won't be available to all other columns that use it. Are you sure you want to remove the set?"),
TranslateT("HistoryStats - Warning"), MB_ICONWARNING | MB_YESNO)) {
return;
}