diff options
author | Chris <xchrisx@uber.space> | 2019-11-27 21:59:12 +0100 |
---|---|---|
committer | Chris <xchrisx@uber.space> | 2019-11-27 21:59:12 +0100 |
commit | 49084ebc641f426287567a722697735e3de028dc (patch) | |
tree | 1a78208930a9a2aa8b73a3a456adc41f6a337d3d /ksysguard | |
parent | 6e60a7451c916a355127d787ffc3c6d65667df9c (diff) | |
download | tdebase-49084ebc641f426287567a722697735e3de028dc.tar.gz tdebase-49084ebc641f426287567a722697735e3de028dc.zip |
Fix KSysGuard name in about dialog.
Signed-off-by: Chris <xchrisx@uber.space>
Diffstat (limited to 'ksysguard')
-rw-r--r-- | ksysguard/gui/ksysguard.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ksysguard/gui/ksysguard.cc b/ksysguard/gui/ksysguard.cc index b08763b2f..147f1b427 100644 --- a/ksysguard/gui/ksysguard.cc +++ b/ksysguard/gui/ksysguard.cc @@ -61,7 +61,7 @@ #include "ksysguard.h" -static const char Description[] = I18N_NOOP( "TDE system guard" ); +static const char Description[] = I18N_NOOP( "KSysGuard" ); TopLevel* topLevel; /** @@ -71,7 +71,7 @@ TopLevel* topLevel; TopLevel::TopLevel( const char *name ) : TDEMainWindow( 0, name ), DCOPObject( "KSysGuardIface" ) { - setPlainCaption( i18n( "TDE System Guard" ) ); + setPlainCaption( i18n( "KSysGuard" ) ); mDontSaveSession = false; mTimerId = -1; |