From 363452bf7ad7b23b90bbabf4eab85ce4bc73a543 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Sun, 3 Jun 2012 11:57:18 -0500 Subject: Branding cleanup: What's This help, KDE -> TDE --- kcontrol/background/bgdialog.cpp | 6 +++--- kcontrol/ebrowsing/plugins/ikws/ikwsopts.cpp | 4 ++-- kcontrol/iccconfig/iccconfig.cpp | 2 +- kcontrol/kicker/lookandfeeltab_kcm.cpp | 2 +- kcontrol/kicker/main.cpp | 2 +- kcontrol/kio/kcookiesmain.cpp | 6 +++--- kcontrol/kio/kcookiespolicies.cpp | 8 ++++---- kcontrol/kio/netpref.cpp | 2 +- kcontrol/kio/socks.cpp | 2 +- kcontrol/smartcard/smartcard.cpp | 2 +- 10 files changed, 18 insertions(+), 18 deletions(-) (limited to 'kcontrol') diff --git a/kcontrol/background/bgdialog.cpp b/kcontrol/background/bgdialog.cpp index 204e812f3..53b095be1 100644 --- a/kcontrol/background/bgdialog.cpp +++ b/kcontrol/background/bgdialog.cpp @@ -383,7 +383,7 @@ void BGDialog::defaults() TQString BGDialog::quickHelp() const { return i18n("

Background

This module allows you to control the" - " appearance of the virtual desktops. KDE offers a variety of options" + " appearance of the virtual desktops. TDE offers a variety of options" " for customization, including the ability to specify different settings" " for each virtual desktop, or a common background for all of them.

" " The appearance of the desktop results from the combination of its" @@ -394,9 +394,9 @@ TQString BGDialog::quickHelp() const " customizable, with options for tiling and stretching images. The" " wallpaper can be overlaid opaquely, or blended in different ways with" " the background colors and patterns.

" - " KDE allows you to have the wallpaper change automatically at specified" + " TDE allows you to have the wallpaper change automatically at specified" " intervals of time. You can also replace the background with a program" - " that updates the desktop dynamically. For example, the \"kdeworld\"" + " that updates the desktop dynamically. For example, the \"kworldclock\"" " program shows a day/night map of the world which is updated periodically."); } diff --git a/kcontrol/ebrowsing/plugins/ikws/ikwsopts.cpp b/kcontrol/ebrowsing/plugins/ikws/ikwsopts.cpp index fc92c945d..dacc1ed7e 100644 --- a/kcontrol/ebrowsing/plugins/ikws/ikwsopts.cpp +++ b/kcontrol/ebrowsing/plugins/ikws/ikwsopts.cpp @@ -96,8 +96,8 @@ TQString FilterOptions::quickHelp() const return i18n("In this module you can configure the web shortcuts feature. " "Web shortcuts allow you to quickly search or lookup words on " "the Internet. For example, to search for information about the " - "KDE project using the Google engine, you simply type gg:KDE " - "or google:KDE." + "TDE project using the Google engine, you simply type gg:TDE " + "or google:TDE." "

If you select a default search engine, normal words or phrases " "will be looked up at the specified search engine by simply typing " "them into applications, such as Konqueror, that have built-in support " diff --git a/kcontrol/iccconfig/iccconfig.cpp b/kcontrol/iccconfig/iccconfig.cpp index 8f630dcdc..a2285dd49 100644 --- a/kcontrol/iccconfig/iccconfig.cpp +++ b/kcontrol/iccconfig/iccconfig.cpp @@ -403,7 +403,7 @@ void KICCConfig::defaults() TQString KICCConfig::quickHelp() const { - return i18n("

ICC Profile Configuration

This module allows you to configure KDE support" + return i18n("

ICC Profile Configuration

This module allows you to configure TDE support" " for ICC profiles. This allows you to easily color correct your monitor" " for a more lifelike and vibrant image."); } diff --git a/kcontrol/kicker/lookandfeeltab_kcm.cpp b/kcontrol/kicker/lookandfeeltab_kcm.cpp index 2c4c62511..39972bc73 100644 --- a/kcontrol/kicker/lookandfeeltab_kcm.cpp +++ b/kcontrol/kicker/lookandfeeltab_kcm.cpp @@ -83,7 +83,7 @@ void LookAndFeelConfig::defaults() TQString LookAndFeelConfig::quickHelp() const { - return i18n("

Panel

Here you can configure the KDE panel (also" + return i18n("

Panel

Here you can configure the TDE panel (also" " referred to as 'kicker'). This includes options like the position and" " size of the panel, as well as its hiding behavior and its looks.

" " Note that you can also access some of these options directly by clicking" diff --git a/kcontrol/kicker/main.cpp b/kcontrol/kicker/main.cpp index 5027fdecb..daf9f283f 100644 --- a/kcontrol/kicker/main.cpp +++ b/kcontrol/kicker/main.cpp @@ -342,7 +342,7 @@ void KickerConfig::setCurrentPanelIndex(int index) TQString KickerConfig::quickHelp() const { - return i18n("

Panel

Here you can configure the KDE panel (also" + return i18n("

Panel

Here you can configure the TDE panel (also" " referred to as 'kicker'). This includes options like the position and" " size of the panel, as well as its hiding behavior and its looks.

" " Note that you can also access some of these options directly by clicking" diff --git a/kcontrol/kio/kcookiesmain.cpp b/kcontrol/kio/kcookiesmain.cpp index ed2317b2c..06629ee22 100644 --- a/kcontrol/kio/kcookiesmain.cpp +++ b/kcontrol/kio/kcookiesmain.cpp @@ -89,11 +89,11 @@ TQString KCookiesMain::quickHelp() const " are often used by Internet shops, so you can 'put things into a shopping basket'." " Some sites require you have a browser that supports cookies.

" " Because most people want a compromise between privacy and the benefits cookies offer," - " KDE offers you the ability to customize the way it handles cookies. So you might want" - " to set KDE's default policy to ask you whenever a server wants to set a cookie," + " TDE offers you the ability to customize the way it handles cookies. So you might want" + " to set TDE's default policy to ask you whenever a server wants to set a cookie," " allowing you to decide. For your favorite shopping web sites that you trust, you might" " want to set the policy to accept, then you can access the web sites without being prompted" - " every time KDE receives a cookie." ); + " every time TDE receives a cookie." ); } #include "kcookiesmain.moc" diff --git a/kcontrol/kio/kcookiespolicies.cpp b/kcontrol/kio/kcookiespolicies.cpp index 63f4dd21a..0c3641355 100644 --- a/kcontrol/kio/kcookiespolicies.cpp +++ b/kcontrol/kio/kcookiespolicies.cpp @@ -447,7 +447,7 @@ void KCookiesPolicies::splitDomainAdvice (const TQString& cfg, TQString &domain, TQString KCookiesPolicies::quickHelp() const { return i18n("

Cookies

Cookies contain information that Konqueror" - " (or any other KDE application using the HTTP protocol) stores" + " (or any other TDE application using the HTTP protocol) stores" " on your computer from a remote Internet server. This means" " that a web server can store information about you and your" " browsing activities on your machine for later use. You might" @@ -456,9 +456,9 @@ TQString KCookiesPolicies::quickHelp() const " by Internet shops, so you can 'put things into a shopping" " basket'. Some sites require you have a browser that supports" " cookies.

Because most people want a compromise between privacy" - " and the benefits cookies offer, KDE offers you the ability to" + " and the benefits cookies offer, TDE offers you the ability to" " customize the way it handles cookies. You might, for example" - " want to set KDE's default policy to ask you whenever a server" + " want to set TDE's default policy to ask you whenever a server" " wants to set a cookie or simply reject or accept everything." " For example, you might choose to accept all cookies from your" " favorite shopping web site. For this all you have to do is" @@ -467,7 +467,7 @@ TQString KCookiesPolicies::quickHelp() const " the 'apply to' tab and choose accept or simply specify the name" " of the site in the Domain Specific Policy tab and set" " it to accept. This enables you to receive cookies from trusted" - " web sites without being asked every time KDE receives a cookie." + " web sites without being asked every time TDE receives a cookie." ); } diff --git a/kcontrol/kio/netpref.cpp b/kcontrol/kio/netpref.cpp index 1c1de3316..73cdb2123 100644 --- a/kcontrol/kio/netpref.cpp +++ b/kcontrol/kio/netpref.cpp @@ -129,7 +129,7 @@ void KIOPreferences::defaults() TQString KIOPreferences::quickHelp() const { return i18n("

Network Preferences

Here you can define" - " the behavior of KDE programs when using Internet" + " the behavior of TDE programs when using Internet" " and network connections. If you experience timeouts" " or use a modem to connect to the Internet, you might" " want to adjust these settings." ); diff --git a/kcontrol/kio/socks.cpp b/kcontrol/kio/socks.cpp index 71b01df4c..742033c7b 100644 --- a/kcontrol/kio/socks.cpp +++ b/kcontrol/kio/socks.cpp @@ -267,7 +267,7 @@ void KSocksConfig::defaults() TQString KSocksConfig::quickHelp() const { - return i18n("

SOCKS

This module allows you to configure KDE support" + return i18n("

SOCKS

This module allows you to configure TDE support" " for a SOCKS server or proxy.

SOCKS is a protocol to traverse firewalls" " as described in RFC 1928." "

If you have no idea what this is and if your system administrator does not" diff --git a/kcontrol/smartcard/smartcard.cpp b/kcontrol/smartcard/smartcard.cpp index 561fff115..b1678d2ea 100644 --- a/kcontrol/smartcard/smartcard.cpp +++ b/kcontrol/smartcard/smartcard.cpp @@ -365,7 +365,7 @@ void KSmartcardConfig::defaults() TQString KSmartcardConfig::quickHelp() const { - return i18n("

smartcard

This module allows you to configure KDE support" + return i18n("

smartcard

This module allows you to configure TDE support" " for smartcards. These can be used for various tasks such as storing" " SSL certificates and logging in to the system."); } -- cgit v1.2.3