From 0c42604d6a73d6bef3e6efde0c1bae26841e26b1 Mon Sep 17 00:00:00 2001 From: Tobias Weimer Date: Thu, 20 Mar 2014 20:21:29 +0000 Subject: typo git-svn-id: http://svn.miranda-ng.org/main/trunk@8669 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/HistoryStats/src/column_nick.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/HistoryStats') diff --git a/plugins/HistoryStats/src/column_nick.cpp b/plugins/HistoryStats/src/column_nick.cpp index d0ba71a9ae..291bc5c42d 100644 --- a/plugins/HistoryStats/src/column_nick.cpp +++ b/plugins/HistoryStats/src/column_nick.cpp @@ -36,7 +36,7 @@ void ColNick::impl_configWrite(SettingsTree& settings) const void ColNick::impl_configToUI(OptionsCtrl& Opt, OptionsCtrl::Item hGroup) { m_hDetail = Opt.insertCheck(hGroup, TranslateT("First/last message time (tooltip)")); - m_hContactCount = Opt.insertCheck(hGroup, TranslateT("Show countact count for omitted/totals (tooltip)")); + m_hContactCount = Opt.insertCheck(hGroup, TranslateT("Show contact count for omitted/totals (tooltip)")); Opt.checkItem(m_hDetail , m_bDetail ); Opt.checkItem(m_hContactCount, m_bContactCount); -- cgit v1.2.3