summaryrefslogtreecommitdiffstats
path: root/kbabel
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-05-10 15:25:24 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-05-10 15:25:24 -0500
commit65b9cbcc34d984c176b55d04f0ddd9f95f92249a (patch)
tree1c83b26313ea9c7bcfcf5dbca1407917eac93e50 /kbabel
parent470fade48d4ed4e89a14a6509d149153b80e5cd1 (diff)
downloadtdesdk-65b9cbcc34d984c176b55d04f0ddd9f95f92249a.tar.gz
tdesdk-65b9cbcc34d984c176b55d04f0ddd9f95f92249a.zip
Branding cleanup: I18N_NOOP KDE -> TDE.
Diffstat (limited to 'kbabel')
-rw-r--r--kbabel/catalogmanager/main.cpp2
-rw-r--r--kbabel/kbabel/main.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/kbabel/catalogmanager/main.cpp b/kbabel/catalogmanager/main.cpp
index cf435b12..769e70e5 100644
--- a/kbabel/catalogmanager/main.cpp
+++ b/kbabel/catalogmanager/main.cpp
@@ -188,7 +188,7 @@ int main(int argc, char **argv)
I18N_NOOP("(c) 1999,2000,2001,2002,2003,2004,2005,2006 The KBabel developers"),0,"http://kbabel.kde.org");
about.addAuthor("Matthias Kiefer",I18N_NOOP("Original author"),"kiefer@kde.org");
- about.addAuthor("Stanislav Visnovsky",I18N_NOOP("Current maintainer, porting to KDE3/TQt3.")
+ about.addAuthor("Stanislav Visnovsky",I18N_NOOP("Current maintainer, porting to KDE3/Qt3.")
,"visnovsky@kde.org");
about.addAuthor("Nicolas Goutte", I18N_NOOP("Current maintainer"), "goutte@kde.org");
diff --git a/kbabel/kbabel/main.cpp b/kbabel/kbabel/main.cpp
index 85158efa..541ffa1c 100644
--- a/kbabel/kbabel/main.cpp
+++ b/kbabel/kbabel/main.cpp
@@ -555,7 +555,7 @@ int main(int argc, char **argv)
about.addAuthor("Andrea Rizzi",I18N_NOOP("Wrote the dictionary plugin "
"for searching in a database and some other code.")
,"rizzi@kde.org");
- about.addAuthor("Stanislav Visnovsky",I18N_NOOP("Current maintainer, porting to KDE3/TQt3.")
+ about.addAuthor("Stanislav Visnovsky",I18N_NOOP("Current maintainer, porting to KDE3/Qt3.")
,"visnovsky@kde.org");
about.addAuthor("Marco Wegner",I18N_NOOP("Bug fixes, KFilePlugin for PO files, CVS support, mailing files")
,"dubbleu@web.de");