summaryrefslogtreecommitdiffstats
path: root/kcontrol/locale
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-06-03 12:13:36 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-06-03 12:13:36 -0500
commit113afa85802c78961dc40cbbca19e073b274f10b (patch)
tree3d9c23c78ae375dfadd975ac95f2b0f000abbb53 /kcontrol/locale
parent363452bf7ad7b23b90bbabf4eab85ce4bc73a543 (diff)
downloadtdebase-113afa85802c78961dc40cbbca19e073b274f10b.tar.gz
tdebase-113afa85802c78961dc40cbbca19e073b274f10b.zip
Branding cleanup: What's This help, KDE -> TDE
Diffstat (limited to 'kcontrol/locale')
-rw-r--r--kcontrol/locale/kcmlocale.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/kcontrol/locale/kcmlocale.cpp b/kcontrol/locale/kcmlocale.cpp
index 3ddd7abdb..f74fa71bc 100644
--- a/kcontrol/locale/kcmlocale.cpp
+++ b/kcontrol/locale/kcmlocale.cpp
@@ -462,7 +462,7 @@ void KLocaleConfig::slotTranslate()
kdDebug() << "slotTranslate()" << endl;
TQToolTip::add(m_comboCountry, m_locale->translate
- ( "This is where you live. KDE will use the defaults for "
+ ( "This is where you live. TDE will use the defaults for "
"this country or region.") );
TQToolTip::add(m_addLanguage, m_locale->translate
( "This will add a language to the list. If the language is already "
@@ -472,7 +472,7 @@ void KLocaleConfig::slotTranslate()
( "This will remove the highlighted language from the list." ) );
TQToolTip::add(m_languages, m_locale->translate
- ( "KDE programs will be displayed in the first available language in "
+ ( "TDE programs will be displayed in the first available language in "
"this list.\nIf none of the languages are available, US English "
"will be used.") );
@@ -486,11 +486,11 @@ void KLocaleConfig::slotTranslate()
TQWhatsThis::add( m_comboCountry, str );
str = m_locale->translate
- ( "Here you can choose the languages that will be used by KDE. If the "
+ ( "Here you can choose the languages that will be used by TDE. If the "
"first language in the list is not available, the second will be used, "
"etc. If only US English is available, no translations "
"have been installed. You can get translation packages for many "
- "languages from the place you got KDE from.<p>"
+ "languages from the place you got TDE from.<p>"
"Note that some applications may not be translated to your languages; "
"in this case, they will automatically fall back to US English." );
TQWhatsThis::add( m_labLang, str );