diff options
| author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-09-17 21:11:18 +0000 | 
|---|---|---|
| committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-09-17 21:11:18 +0000 | 
| commit | eac7424f22a70f39c7b57d2beeb87c4a7cd7e93d (patch) | |
| tree | 83c19a10f22521290c48d2f39e39b5b7d0316dfc /ksplashml/themeengine/objkstheme.cpp | |
| parent | 543cc6312fbb723545f97ab7a8426be7ddd0d673 (diff) | |
| download | tdebase-eac7424f.tar.gz tdebase-eac7424f.zip | |
Bugfix batch 2/2
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1176512 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'ksplashml/themeengine/objkstheme.cpp')
| -rw-r--r-- | ksplashml/themeengine/objkstheme.cpp | 2 | 
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;  } | 
