diff options
Diffstat (limited to 'ksplashml/themeengine')
-rw-r--r-- | ksplashml/themeengine/default/themelegacy.h | 2 | ||||
-rw-r--r-- | ksplashml/themeengine/objkstheme.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ksplashml/themeengine/default/themelegacy.h b/ksplashml/themeengine/default/themelegacy.h index 95ad6634e..852425414 100644 --- a/ksplashml/themeengine/default/themelegacy.h +++ b/ksplashml/themeengine/default/themelegacy.h @@ -35,7 +35,7 @@ protected: }; /** - * @short Traditional KDE splash screen. + * @short Traditional Trinity splash screen. */ class ObjKsTheme; class KDE_EXPORT ThemeDefault : public ThemeEngine diff --git a/ksplashml/themeengine/objkstheme.cpp b/ksplashml/themeengine/objkstheme.cpp index 8ed1cad2f..9aa6d2b26 100644 --- a/ksplashml/themeengine/objkstheme.cpp +++ b/ksplashml/themeengine/objkstheme.cpp @@ -132,7 +132,7 @@ bool ObjKsTheme::loadKConfig( KConfig *cfg, const TQString& activeTheme, bool fo m_text.append( cfg->readEntry( "Message5", i18n("Loading the desktop") ) ); m_text.append( cfg->readEntry( "Message6", i18n("Loading the panel") ) ); m_text.append( cfg->readEntry( "Message7", i18n("Restoring session") ) ); - m_text.append( cfg->readEntry( "Message8", i18n("KDE is up and running") ) ); + m_text.append( cfg->readEntry( "Message8", i18n("Trinity is up and running") ) ); return true; } |