diff options
Diffstat (limited to 'ksysguard/gui/ksysguard.cc')
-rw-r--r-- | ksysguard/gui/ksysguard.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ksysguard/gui/ksysguard.cc b/ksysguard/gui/ksysguard.cc index 728ece85f..6b6a36a39 100644 --- a/ksysguard/gui/ksysguard.cc +++ b/ksysguard/gui/ksysguard.cc @@ -71,7 +71,7 @@ TopLevel* topLevel; TopLevel::TopLevel( const char *name ) : KMainWindow( 0, name ), DCOPObject( "KSysGuardIface" ) { - setPlainCaption( i18n( "KDE System Guard" ) ); + setPlainCaption( i18n( "TDE System Guard" ) ); mDontSaveSession = false; mTimerId = -1; |