diff options
author | Chris <xchrisx@uber.space> | 2019-12-04 21:21:08 +0100 |
---|---|---|
committer | Chris <xchrisx@uber.space> | 2019-12-04 21:21:08 +0100 |
commit | b783ac1db50fbfa5c215f8b43b6c7d0659cf49de (patch) | |
tree | 5c0f14410a8181431589355f7e448eecd8748611 /ksysguard/gui | |
parent | db1e25b1feef6df33c9c1b2d3811d02890c10d77 (diff) | |
download | tdebase-b783ac1db50fbfa5c215f8b43b6c7d0659cf49de.tar.gz tdebase-b783ac1db50fbfa5c215f8b43b6c7d0659cf49de.zip |
Fix wrong KSysGuard description.
Signed-off-by: Chris <xchrisx@uber.space>
Diffstat (limited to 'ksysguard/gui')
-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 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" ); |