summaryrefslogtreecommitdiffstats
path: root/kbabel/common/catalog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kbabel/common/catalog.cpp')
-rw-r--r--kbabel/common/catalog.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kbabel/common/catalog.cpp b/kbabel/common/catalog.cpp
index 182cf3b0..00c9491d 100644
--- a/kbabel/common/catalog.cpp
+++ b/kbabel/common/catalog.cpp
@@ -3313,7 +3313,7 @@ int Catalog::getNumberOfPluralForms(const TQString& lang)
{
int nr=-1;
- KLocale locale("kdelibs");
+ KLocale locale("tdelibs");
locale.setLanguage(lang);
const char* formsString =
@@ -3321,7 +3321,7 @@ int Catalog::getNumberOfPluralForms(const TQString& lang)
"pick the _right_ value out of NoPlural/TwoForms/French... If not sure what "
"to do mail thd@kde.org and coolo@kde.org, they will tell you. Better leave "
"that out if unsure, the programs will crash!!\n"
- "Definition of PluralForm - to be set by the translator of kdelibs.po";
+ "Definition of PluralForm - to be set by the translator of tdelibs.po";
TQString formsTranslation = locale.translate(formsString);