From f8212d9142f383fb4d4a0e6fb1a383828132c770 Mon Sep 17 00:00:00 2001 From: Dart Raiden Date: Sat, 24 May 2014 20:46:22 +0000 Subject: spelling correction git-svn-id: http://svn.miranda-ng.org/main/trunk@9301 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/HistoryStats/src/dlgfilterwords.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/HistoryStats') 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; } -- cgit v1.2.3