diff options
author | Chris <xchrisx@uber.space> | 2019-07-12 19:00:55 +0200 |
---|---|---|
committer | Chris <xchrisx@uber.space> | 2019-07-12 19:00:55 +0200 |
commit | c0da2d242c53ee60c10d087f72366a83823d4a14 (patch) | |
tree | e4fe0f34ca9c1195aed23f077fb22d588017407e /khelpcenter | |
parent | f97e24f3c3c4879426255f3170d7f703ddbc268d (diff) | |
download | tdebase-c0da2d242c53ee60c10d087f72366a83823d4a14.tar.gz tdebase-c0da2d242c53ee60c10d087f72366a83823d4a14.zip |
Fix khelpcenter branding.
Signed-off-by: Chris <xchrisx@uber.space>
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" ) ) |