summaryrefslogtreecommitdiffstats
path: root/kontact/plugins/kpilot/summarywidget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kontact/plugins/kpilot/summarywidget.cpp')
-rw-r--r--kontact/plugins/kpilot/summarywidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kontact/plugins/kpilot/summarywidget.cpp b/kontact/plugins/kpilot/summarywidget.cpp
index c2f4739c..0d63bafd 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 );