diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-05-26 12:01:34 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-05-26 12:01:34 -0500 |
commit | 4d0db73b6432f70d6d0b89365eab641179fc65e3 (patch) | |
tree | 38ad65d01826de68514c3256fc86626a1c4b006f /kbabel/commonui | |
parent | ca2e2e75f59d388262226cb96c677cc8b3f63891 (diff) | |
download | tdesdk-4d0db73b6432f70d6d0b89365eab641179fc65e3.tar.gz tdesdk-4d0db73b6432f70d6d0b89365eab641179fc65e3.zip |
Branding cleanup: KDE -> TDE
Diffstat (limited to 'kbabel/commonui')
-rw-r--r-- | kbabel/commonui/roughtransdlg.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kbabel/commonui/roughtransdlg.cpp b/kbabel/commonui/roughtransdlg.cpp index 46c1cc47..ee35a22a 100644 --- a/kbabel/commonui/roughtransdlg.cpp +++ b/kbabel/commonui/roughtransdlg.cpp @@ -147,10 +147,10 @@ RoughTransDlg::RoughTransDlg(KBabelDictBox *dict, Catalog *cat connect(markFuzzyButton, TQT_SIGNAL(toggled(bool)) , this, TQT_SLOT(fuzzyButtonToggled(bool))); - kdeButton = new TQCheckBox(i18n("Initialize &KDE-specific entries"),box); + kdeButton = new TQCheckBox(i18n("Initialize &TDE-specific entries"),box); kdeButton->setChecked(true); TQWhatsThis::add(kdeButton, - i18n("<qt><p><b>Initialize KDE-specific entries</b></p>" + i18n("<qt><p><b>Initialize TDE-specific entries</b></p>" "<p>Initialize \"Comment=\" and \"Name=\" entries " "if a translation is not found. Also, \"NAME OF TRANSLATORS\" " "and \"EMAIL OF TRANSLATORS\" is filled with identity settings.</p></qt>")); |