summaryrefslogtreecommitdiffstats
path: root/ksysguard/gui/KSysGuardApplet.cc
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-05-26 19:14:07 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-05-26 19:14:07 -0500
commite37899bcc3f75c9e314df74fee7cd92167f1c4d8 (patch)
treea9ddccfd5aa44b1975e0bafd0254d9c00780ac96 /ksysguard/gui/KSysGuardApplet.cc
parentcfd4a7e4ea2276df469207aa5041cec412861493 (diff)
downloadtdebase-e37899bcc3f75c9e314df74fee7cd92167f1c4d8.tar.gz
tdebase-e37899bcc3f75c9e314df74fee7cd92167f1c4d8.zip
Branding cleanup: KDE -> TDE
Diffstat (limited to 'ksysguard/gui/KSysGuardApplet.cc')
-rw-r--r--ksysguard/gui/KSysGuardApplet.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ksysguard/gui/KSysGuardApplet.cc b/ksysguard/gui/KSysGuardApplet.cc
index 236be8110..0019cdd5c 100644
--- a/ksysguard/gui/KSysGuardApplet.cc
+++ b/ksysguard/gui/KSysGuardApplet.cc
@@ -485,7 +485,7 @@ void KSysGuardApplet::addEmptyDisplay( TQWidget **dock, uint pos )
dock[ pos ] = new TQFrame( this );
((TQFrame*)dock[ pos ])->setFrameStyle( TQFrame::WinPanel | TQFrame::Sunken );
TQToolTip::add( dock[ pos ],
- i18n( "Drag sensors from the KDE System Guard into this cell." ) );
+ i18n( "Drag sensors from the TDE System Guard into this cell." ) );
layout();
if ( isVisible() )