summaryrefslogtreecommitdiffstats
path: root/ksplashml
diff options
context:
space:
mode:
authorChris <xchrisx@uber.space>2019-07-14 18:46:56 +0200
committerMichele Calgaro <michele.calgaro@yahoo.it>2019-07-15 14:11:07 +0900
commit3fe34eec322d7fcc9ec5a7478a45e8f7d654a86b (patch)
treec5a915c572c204947fbf0802324633e198d1aa38 /ksplashml
parent221d5a299554bafd2e2f42db48468002ebd0656f (diff)
downloadtdebase-3fe34eec322d7fcc9ec5a7478a45e8f7d654a86b.tar.gz
tdebase-3fe34eec322d7fcc9ec5a7478a45e8f7d654a86b.zip
Fix remaining brandings in tdebase.
Signed-off-by: Chris <xchrisx@uber.space> (cherry picked from commit 0721f2d3f40ee990c2227563889dff3d540f9224)
Diffstat (limited to 'ksplashml')
-rw-r--r--ksplashml/themeengine/redmond/previewredmond.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ksplashml/themeengine/redmond/previewredmond.cpp b/ksplashml/themeengine/redmond/previewredmond.cpp
index 7a31a44b8..29bfa4b66 100644
--- a/ksplashml/themeengine/redmond/previewredmond.cpp
+++ b/ksplashml/themeengine/redmond/previewredmond.cpp
@@ -105,7 +105,7 @@ void PreviewRedmond::_updateCache()
rect().height()/2 + (int)(p.fontMetrics().height()*0.85) + 15 );
p.setPen( m_statusColor );
p.setFont( m_statusFont );
- p.drawText( statusTextPos, i18n("Starting KDE...") );
+ p.drawText( statusTextPos, i18n("Starting TDE...") );
}
p.end();