summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris <xchrisx@uber.space>2019-12-04 21:21:08 +0100
committerSlávek Banko <slavek.banko@axis.cz>2019-12-04 22:24:20 +0100
commitac1e334d00f05cceb57972fe751bcc03ec619c57 (patch)
tree825606fd75e5da4d6f9b57540504605806ad6fae
parent1065f7a4d56224e30956d4d1061b52b1e6ea91fd (diff)
downloadtdebase-ac1e334d00f05cceb57972fe751bcc03ec619c57.tar.gz
tdebase-ac1e334d00f05cceb57972fe751bcc03ec619c57.zip
Fix wrong KSysGuard description.
Signed-off-by: Chris <xchrisx@uber.space> (cherry picked from commit b783ac1db50fbfa5c215f8b43b6c7d0659cf49de)
-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 147f1b427..937c5fdd1 100644
--- a/ksysguard/gui/ksysguard.cc
+++ b/ksysguard/gui/ksysguard.cc
@@ -61,7 +61,7 @@
#include "ksysguard.h"
-static const char Description[] = I18N_NOOP( "KSysGuard" );
+static const char Description[] = I18N_NOOP( "TDE system guard" );
TopLevel* topLevel;
/**
@@ -553,7 +553,7 @@ int main( int argc, char** argv )
close( initpipe[ 0 ] );
setsid();
- TDEAboutData aboutData( "ksysguard", I18N_NOOP( "TDE System Guard" ),
+ TDEAboutData aboutData( "ksysguard", I18N_NOOP( "KSysGuard" ),
KSYSGUARD_VERSION, Description, TDEAboutData::License_GPL,
I18N_NOOP( "(c) 1996-2002 The KSysGuard Developers" ) );
aboutData.addAuthor( "Chris Schlaeger", "Current Maintainer", "cs@kde.org" );