Fix wrong KSysGuard description.

Signed-off-by: Chris <xchrisx@uber.space>
(cherry picked from commit b783ac1db5)
pull/182/head
Chris 4 years ago committed by Slávek Banko
parent 1065f7a4d5
commit ac1e334d00
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

@ -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" );

Loading…
Cancel
Save