summaryrefslogtreecommitdiffstats
path: root/kdelirc/irkick
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-05-10 15:29:04 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-05-10 15:29:04 -0500
commit7e09b42fdafa2866cfd8df581a7de30fbe7bd98e (patch)
tree18b3a1dde2b87324817ccaa6906735dfb5fa5baf /kdelirc/irkick
parent89dd30d307cd1cb524545dbd0e26af7b724f353f (diff)
downloadtdeutils-7e09b42fdafa2866cfd8df581a7de30fbe7bd98e.tar.gz
tdeutils-7e09b42fdafa2866cfd8df581a7de30fbe7bd98e.zip
Branding cleanup: I18N_NOOP KDE -> TDE.
Diffstat (limited to 'kdelirc/irkick')
-rw-r--r--kdelirc/irkick/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kdelirc/irkick/main.cpp b/kdelirc/irkick/main.cpp
index b1e5898..768ac09 100644
--- a/kdelirc/irkick/main.cpp
+++ b/kdelirc/irkick/main.cpp
@@ -19,7 +19,7 @@
extern "C" KDE_EXPORT int kdemain(int argc, char *argv[])
{
- KAboutData *aboutData = new KAboutData("irkick", I18N_NOOP("IRKick"), VERSION, I18N_NOOP("The KDE Infrared Remote Control Server"), KAboutData::License_GPL, "(c) 2003, Gav Wood", 0, 0, "gav@kde.org");
+ KAboutData *aboutData = new KAboutData("irkick", I18N_NOOP("IRKick"), VERSION, I18N_NOOP("The TDE Infrared Remote Control Server"), KAboutData::License_GPL, "(c) 2003, Gav Wood", 0, 0, "gav@kde.org");
aboutData->addAuthor("Gav Wood", I18N_NOOP("Author"), "gav@kde.org", "http://www.indigoarchive.net/gav/");
aboutData->addCredit("Malte Starostik", I18N_NOOP("Original LIRC interface code"), "malte.starostik@t-online.de");
aboutData->addCredit("Dirk Ziegelmeier", I18N_NOOP("Ideas, concept code"), "dirk@ziegelmeier.net");