summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris <xchrisx@uber.space>2019-07-12 19:00:55 +0200
committerChris <xchrisx@uber.space>2019-07-12 19:00:55 +0200
commitc0da2d242c53ee60c10d087f72366a83823d4a14 (patch)
treee4fe0f34ca9c1195aed23f077fb22d588017407e
parentf97e24f3c3c4879426255f3170d7f703ddbc268d (diff)
downloadtdebase-c0da2d242c53ee60c10d087f72366a83823d4a14.tar.gz
tdebase-c0da2d242c53ee60c10d087f72366a83823d4a14.zip
Fix khelpcenter branding.
Signed-off-by: Chris <xchrisx@uber.space>
-rw-r--r--khelpcenter/glossary.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/khelpcenter/glossary.cpp b/khelpcenter/glossary.cpp
index 3c662dacd..5a2170256 100644
--- a/khelpcenter/glossary.cpp
+++ b/khelpcenter/glossary.cpp
@@ -289,7 +289,7 @@ TQString Glossary::entryToHtml( const GlossaryEntry &entry )
TQTextStream htmlStream(&htmlFile);
return htmlStream.read()
- .arg( i18n( "KDE Glossary" ) )
+ .arg( i18n( "TDE Glossary" ) )
.arg( entry.term() )
.arg( View::langLookup( "khelpcenter/konq.css" ) )
.arg( View::langLookup( "khelpcenter/pointers.png" ) )