summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris <xchrisx@uber.space>2019-11-27 21:59:12 +0100
committerSlávek Banko <slavek.banko@axis.cz>2019-11-28 01:19:59 +0100
commitcbfe1940685a50d2ee10d1ad57db9ac909ded2a4 (patch)
tree7c72ea93bbf2aa0192198397e743fbe7ef001a7f
parentbf24aa8245cb86c79aae2f152737d4be539c1169 (diff)
downloadtdebase-cbfe1940685a50d2ee10d1ad57db9ac909ded2a4.tar.gz
tdebase-cbfe1940685a50d2ee10d1ad57db9ac909ded2a4.zip
Fix KSysGuard name in about dialog.
Signed-off-by: Chris <xchrisx@uber.space> (cherry picked from commit 49084ebc641f426287567a722697735e3de028dc)
-rw-r--r--ksysguard/gui/ksysguard.cc4
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;