Fix KSysGuard name in about dialog.

Signed-off-by: Chris <xchrisx@uber.space>
(cherry picked from commit 49084ebc64)
pull/182/head
Chris 4 years ago committed by Slávek Banko
parent bf24aa8245
commit cbfe194068
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( "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;

Loading…
Cancel
Save