summaryrefslogtreecommitdiffstats
path: root/ksplashml/themeengine/objkstheme.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ksplashml/themeengine/objkstheme.cpp')
-rw-r--r--ksplashml/themeengine/objkstheme.cpp2
1 files changed, 1 insertions, 1 deletions
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;
}