diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-03 13:39:38 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-03 13:39:38 -0500 |
commit | 6eb61da8c12aef0011b10a626c1fe58c800d2aff (patch) | |
tree | ff5b3048240a2056eca55bd3239a2a71bd45965d | |
parent | 15f7460e91d76fb11eed48232cf75b054e2d1261 (diff) | |
download | tdesdk-6eb61da8c12aef0011b10a626c1fe58c800d2aff.tar.gz tdesdk-6eb61da8c12aef0011b10a626c1fe58c800d2aff.zip |
Branding cleanup: What's This help, KDE -> TDE
-rw-r--r-- | kbabel/catalogmanager/catalogmanager.cpp | 2 | ||||
-rw-r--r-- | kbabel/commonui/projectprefwidgets.cpp | 12 | ||||
-rw-r--r-- | kbabel/kbabel/kbabel.cpp | 2 |
3 files changed, 8 insertions, 8 deletions
diff --git a/kbabel/catalogmanager/catalogmanager.cpp b/kbabel/catalogmanager/catalogmanager.cpp index 030abd43..f8455145 100644 --- a/kbabel/catalogmanager/catalogmanager.cpp +++ b/kbabel/catalogmanager/catalogmanager.cpp @@ -856,7 +856,7 @@ bool CatalogManager::startKBabel() if( kapp->startServiceByDesktopName(app,url, &result, &service)) { KMessageBox::error( this, i18n("Unable to use KLauncher to start KBabel.\n" - "You should check the installation of KDE.\n" + "You should check the installation of TDE.\n" "Please start KBabel manually.")); return false; } else sleep(1); diff --git a/kbabel/commonui/projectprefwidgets.cpp b/kbabel/commonui/projectprefwidgets.cpp index 6a0f0dae..4aa6ab74 100644 --- a/kbabel/commonui/projectprefwidgets.cpp +++ b/kbabel/commonui/projectprefwidgets.cpp @@ -316,7 +316,7 @@ SavePreferences::SavePreferences(TQWidget *parent) "<i>PO-Revision-Date</i> is saved: <ul>\n" "<li><b>Default</b> is the format normally used in PO files.</li>\n" "<li><b>Local</b> is the format specific to your country.\n" -"It can be configured in KDE's Control Center.</li>\n" +"It can be configured in TDE's Control Center.</li>\n" "<li><b>Custom</b> lets you define your own format.</li></ul></p> " "<p>It is recommended that you use the default format to avoid creating non-standard PO files.</p>" "<p>For more information, see section <b>The Preferences Dialog</b> " @@ -484,8 +484,8 @@ IdentityPreferences::IdentityPreferences(TQWidget* parent, const TQString& proje , TQT_SLOT(testPluralForm())); const TQString msg=i18n("<qt><p><b>Number of singular/plural forms</b></p>" - "<p><b>Note</b>: This option is KDE specific. " - "If you are not translating a KDE application, you can safely " + "<p><b>Note</b>: This option is TDE specific. " + "If you are not translating a TDE application, you can safely " "ignore this option.</p>" "<p>Choose here how many singular and plural forms are used in " "your language. " @@ -493,7 +493,7 @@ IdentityPreferences::IdentityPreferences(TQWidget* parent, const TQString& proje "team.</p>" "<p>Alternatively, you can set this option to " "<i>Automatic</i> and KBabel will try to get this information " - "automatically from KDE. Use the <i>Test</i> button " + "automatically from TDE. Use the <i>Test</i> button " "to test if it can find it out.</p></qt>"); TQWhatsThis::add(_pluralFormsBox,msg); TQWhatsThis::add(_testPluralButton,msg); @@ -519,8 +519,8 @@ IdentityPreferences::IdentityPreferences(TQWidget* parent, const TQString& proje , group, "kcfg_CheckPluralArgument" ); TQWhatsThis::add(_checkPluralArgumentBox, i18n("<qt><p><b>Require plural form arguments in translation</b></p>\n" - "<p><b>Note</b>: This option is KDE specific at the moment. " - "If you are not translating a KDE application, you can safely " + "<p><b>Note</b>: This option is TDE specific at the moment. " + "If you are not translating a TDE application, you can safely " "ignore this option.</p>\n" "<p>If is this option enabled, the validation check will " "require the %n argument to be present in the message.</p></qt>")); diff --git a/kbabel/kbabel/kbabel.cpp b/kbabel/kbabel/kbabel.cpp index efdde668..406e8509 100644 --- a/kbabel/kbabel/kbabel.cpp +++ b/kbabel/kbabel/kbabel.cpp @@ -1264,7 +1264,7 @@ void KBabelMW::openCatalogManager() if( kapp->startServiceByDesktopName(prog,url, &result,&service)) { KMessageBox::error(this, i18n("Unable to use KLauncher to start " - "Catalog Manager. You should check the installation of KDE.\n" + "Catalog Manager. You should check the installation of TDE.\n" "Please start Catalog Manager manually.")); return; } |