summaryrefslogtreecommitdiffstats
path: root/khelpcenter/view.cpp
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-02-24 22:53:44 -0600
committerDarrell Anderson <humanreadable@yahoo.com>2012-02-24 23:26:11 -0600
commitfc2650816b4b95f21750c53c0d45daeff31510d6 (patch)
tree7227267d1ba5acef3b86db06979667a13bebc7c5 /khelpcenter/view.cpp
parentca1a4375014b6f78a06c74169a1285abbcbcd819 (diff)
downloadtdebase-fc2650816b4b95f21750c53c0d45daeff31510d6.tar.gz
tdebase-fc2650816b4b95f21750c53c0d45daeff31510d6.zip
Update tdebase cmake files with STARTKDE->STARTTDE.
Fix tdebase entities, text strings for future maintenance of handbook files. This partially resolves bug report 694. Update konqueror user agent strings. This partially resolves bug report 774. Update TDM help options. This resolves bug report 618. Fix KTips branding issues and obsolete web addresses. This resolves bug report 842.
Diffstat (limited to 'khelpcenter/view.cpp')
-rw-r--r--khelpcenter/view.cpp26
1 files changed, 13 insertions, 13 deletions
diff --git a/khelpcenter/view.cpp b/khelpcenter/view.cpp
index 5e6b8f941..664933523 100644
--- a/khelpcenter/view.cpp
+++ b/khelpcenter/view.cpp
@@ -117,24 +117,24 @@ void View::showAboutPage()
.arg( langLookup( "khelpcenter/khelpcenter.png" ) )
.arg( i18n("Help Center") )
.arg( langLookup( "khelpcenter/lines.png" ) )
- .arg( i18n( "Welcome to the K Desktop Environment" ) )
- .arg( i18n( "The KDE team welcomes you to user-friendly UNIX computing" ) )
- .arg( i18n( "KDE is a powerful graphical desktop environment for UNIX workstations. A\n"
- "KDE desktop combines ease of use, contemporary functionality and outstanding\n"
- "graphical design with the technological superiority of the UNIX operating\n"
- "system." ) )
- .arg( i18n( "What is the K Desktop Environment?" ) )
- .arg( i18n( "Contacting the KDE Project" ) )
- .arg( i18n( "Supporting the KDE Project" ) )
+ .arg( i18n( "Welcome to the Trinity Desktop Environment" ) )
+ .arg( i18n( "The TDE team welcomes you to user-friendly UNIX computing" ) )
+ .arg( i18n( "TDE is a graphical desktop environment for UNIX workstations. The\n"
+ "Trinity Desktop Environment combines ease of use, contemporary functionality, and\n"
+ "professional graphical design along with the technical advantages of\n"
+ "the UNIX operating system." ) )
+ .arg( i18n( "What is the Trinity Desktop Environment?" ) )
+ .arg( i18n( "Contacting the TDE Project Members" ) )
+ .arg( i18n( "Supporting the TDE Project" ) )
.arg( i18n( "Useful links" ) )
- .arg( i18n( "Getting the most out of KDE" ) )
+ .arg( i18n( "Getting the most out of TDE" ) )
.arg( i18n( "General Documentation" ) )
.arg( i18n( "A Quick Start Guide to the Desktop" ) )
- .arg( i18n( "KDE Users' guide" ) )
- .arg( i18n( "Frequently asked questions" ) )
+ .arg( i18n( "TDE Users' guide" ) )
+ .arg( i18n( "Frequently Asked Questions" ) )
.arg( i18n( "Basic Applications" ) )
.arg( i18n( "The Kicker Desktop Panel" ) )
- .arg( i18n( "The KDE Control Center" ) )
+ .arg( i18n( "The TDE Control Center" ) )
.arg( i18n( "The Konqueror File manager and Web Browser" ) )
.arg( langLookup( "khelpcenter/kdelogo2.png" ) );
begin( KURL( "about:khelpcenter" ) );