summaryrefslogtreecommitdiffstats
path: root/ksplashml
diff options
context:
space:
mode:
authorChris <xchrisx@uber.space>2019-07-14 18:46:56 +0200
committerTDE Gitea <gitea@mirror.git.trinitydesktop.org>2019-07-15 05:10:00 +0000
commit0721f2d3f40ee990c2227563889dff3d540f9224 (patch)
treebc38e2a1628837d3a92ff751e3b5e4532750b1f5 /ksplashml
parent13c6ecc3fe99ea37b55adb8bb13d8d0811c80deb (diff)
downloadtdebase-0721f2d3f40ee990c2227563889dff3d540f9224.tar.gz
tdebase-0721f2d3f40ee990c2227563889dff3d540f9224.zip
Fix remaining brandings in tdebase.
Signed-off-by: Chris <xchrisx@uber.space>
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();