diff options
author | Tobias Weimer <wishmaster51@googlemail.com> | 2014-03-20 20:21:29 +0000 |
---|---|---|
committer | Tobias Weimer <wishmaster51@googlemail.com> | 2014-03-20 20:21:29 +0000 |
commit | 0c42604d6a73d6bef3e6efde0c1bae26841e26b1 (patch) | |
tree | e3ac839649d150590bc14605c2cd2dc922c058fa /plugins/HistoryStats | |
parent | cb433a48f6562a49695f77ea2e39f8a5592c8822 (diff) |
typo
git-svn-id: http://svn.miranda-ng.org/main/trunk@8669 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/HistoryStats')
-rw-r--r-- | plugins/HistoryStats/src/column_nick.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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);
|