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 | 6bb29e17ec254094cc1399f3ad2f93f12896b3b7 (patch) | |
tree | c0de79f0b76f2db144b2328d15ffb5f4a41d3847 /kontact/plugins | |
parent | 029d6084e699568256c53a8270cb36ad4f66b935 (diff) | |
download | tdepim-6bb29e17ec254094cc1399f3ad2f93f12896b3b7.tar.gz tdepim-6bb29e17ec254094cc1399f3ad2f93f12896b3b7.zip |
Fix remaining instances of tqStatus embedded in user visible strings
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1250385 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kontact/plugins')
-rw-r--r-- | kontact/plugins/kpilot/summarywidget.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kontact/plugins/kpilot/summarywidget.cpp b/kontact/plugins/kpilot/summarywidget.cpp index c2f4739c9..0d63bafd0 100644 --- a/kontact/plugins/kpilot/summarywidget.cpp +++ b/kontact/plugins/kpilot/summarywidget.cpp @@ -90,7 +90,7 @@ SummaryWidget::SummaryWidget( TQWidget *parent, const char *name ) // tqStatus row++; - mDaemonStatusTextLabel = new TQLabel( i18n( "<i>tqStatus:</i>" ), this); + mDaemonStatusTextLabel = new TQLabel( i18n( "<i>Status:</i>" ), this); mLayout->addWidget( mDaemonStatusTextLabel, row, 0 ); mDaemonStatusLabel = new TQLabel( i18n( "No communication with the daemon possible" ), this ); mLayout->addMultiCellWidget( mDaemonStatusLabel, row, row, 1, 3 ); |