diff options
author | Chris <xchrisx@uber.space> | 2019-07-12 19:00:55 +0200 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2019-07-13 14:46:17 +0900 |
commit | a37a81f74d3ced477bb41280c2d49bad49472ab9 (patch) | |
tree | 5dde1a97ee043f592b092d76424d743e76071ced /khelpcenter | |
parent | 69e000a0bbb94931012b24c108911b82bdf31d23 (diff) | |
download | tdebase-a37a81f74d3ced477bb41280c2d49bad49472ab9.tar.gz tdebase-a37a81f74d3ced477bb41280c2d49bad49472ab9.zip |
Fix khelpcenter branding.
Signed-off-by: Chris <xchrisx@uber.space>
(cherry picked from commit c0da2d242c53ee60c10d087f72366a83823d4a14)
Diffstat (limited to 'khelpcenter')
-rw-r--r-- | khelpcenter/glossary.cpp | 2 |
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" ) ) |