diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-05-26 12:28:11 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-05-26 12:28:11 -0500 |
commit | dc609a23cd52d860cc7a07605b77cce92b68c146 (patch) | |
tree | 4b5326c52ac96f293565c0d0c801ebded5e79d3c /kcontrol | |
parent | db084a1bc3b1fff61308e1762f11e10ca9671c70 (diff) | |
download | tdebase-dc609a23cd52d860cc7a07605b77cce92b68c146.tar.gz tdebase-dc609a23cd52d860cc7a07605b77cce92b68c146.zip |
Branding cleanup: K Desktop -> Trinity Desktop
Diffstat (limited to 'kcontrol')
-rw-r--r-- | kcontrol/ebrowsing/main.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kcontrol/ebrowsing/main.cpp b/kcontrol/ebrowsing/main.cpp index a41ab92e3..7e259a26b 100644 --- a/kcontrol/ebrowsing/main.cpp +++ b/kcontrol/ebrowsing/main.cpp @@ -47,14 +47,14 @@ KURIFilterModule::KURIFilterModule(TQWidget *parent, const char *name, const TQS filter = KURIFilter::self(); setQuickHelp( i18n("<h1>Enhanced Browsing</h1> In this module you can configure some enhanced browsing" - " features of KDE. <h2>Internet Keywords</h2>Internet Keywords let you" + " features of TDE. <h2>Internet Keywords</h2>Internet Keywords let you" " type in the name of a brand, a project, a celebrity, etc... and go to the" " relevant location. For example you can just type" - " \"KDE\" or \"K Desktop Environment\" in Konqueror to go to KDE's homepage." + " \"TDE\" or \"Trinity Desktop Environment\" in Konqueror to go to TDE's homepage." "<h2>Web Shortcuts</h2>Web Shortcuts are a quick way of using Web search engines. For example, type \"altavista:frobozz\"" " or \"av:frobozz\" and Konqueror will do a search on AltaVista for \"frobozz\"." " Even easier: just press Alt+F2 (if you have not" - " changed this shortcut) and enter the shortcut in the KDE Run Command dialog.")); + " changed this shortcut) and enter the shortcut in the TDE Run Command dialog.")); TQVBoxLayout *layout = new TQVBoxLayout(this); |