summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris <xchrisx@uber.space>2019-07-12 19:00:55 +0200
committerMichele Calgaro <michele.calgaro@yahoo.it>2019-07-13 14:46:17 +0900
commita37a81f74d3ced477bb41280c2d49bad49472ab9 (patch)
tree5dde1a97ee043f592b092d76424d743e76071ced
parent69e000a0bbb94931012b24c108911b82bdf31d23 (diff)
downloadtdebase-a37a81f74d3ced477bb41280c2d49bad49472ab9.tar.gz
tdebase-a37a81f74d3ced477bb41280c2d49bad49472ab9.zip
Fix khelpcenter branding.
Signed-off-by: Chris <xchrisx@uber.space> (cherry picked from commit c0da2d242c53ee60c10d087f72366a83823d4a14)
-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" ) )