diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-31 04:15:04 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-31 04:15:04 +0000 |
commit | 7c879109a2117273f834ea194f8ddd55733cb737 (patch) | |
tree | 8239d760fdd52026c37d5fab10684cbb1c8fd5c1 /kopete/plugins/statistics | |
parent | 52c719697a3a46d48fa618d68b84d7d6bd7c524c (diff) | |
download | tdenetwork-7c879109a2117273f834ea194f8ddd55733cb737.tar.gz tdenetwork-7c879109a2117273f834ea194f8ddd55733cb737.zip |
Fix remaining instances of tqStatus embedded in user visible strings
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1250385 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kopete/plugins/statistics')
-rw-r--r-- | kopete/plugins/statistics/statisticsdialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kopete/plugins/statistics/statisticsdialog.cpp b/kopete/plugins/statistics/statisticsdialog.cpp index 8c7e83eb..3c0a67c1 100644 --- a/kopete/plugins/statistics/statisticsdialog.cpp +++ b/kopete/plugins/statistics/statisticsdialog.cpp @@ -224,7 +224,7 @@ void StatisticsDialog::generatePageFromTQStringList(TQStringList values, const T // mainWidget->listView->addColumn(i18n("End Date")); TQString todayString; - todayString.append(i18n("<div class=\"statgroup\" title=\"Contact status history for today\"><h2>Today</h2><table width=\"100%\"><tr><td>tqStatus</td><td>From</td><td>To</td></tr>")); + todayString.append(i18n("<div class=\"statgroup\" title=\"Contact status history for today\"><h2>Today</h2><table width=\"100%\"><tr><td>Status</td><td>From</td><td>To</td></tr>")); bool today; |