summaryrefslogtreecommitdiffstats
path: root/ksim/ksim.cpp
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 /ksim/ksim.cpp
parent89dd30d307cd1cb524545dbd0e26af7b724f353f (diff)
downloadtdeutils-7e09b42fdafa2866cfd8df581a7de30fbe7bd98e.tar.gz
tdeutils-7e09b42fdafa2866cfd8df581a7de30fbe7bd98e.zip
Branding cleanup: I18N_NOOP KDE -> TDE.
Diffstat (limited to 'ksim/ksim.cpp')
-rw-r--r--ksim/ksim.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ksim/ksim.cpp b/ksim/ksim.cpp
index 8a2b643..e7c963d 100644
--- a/ksim/ksim.cpp
+++ b/ksim/ksim.cpp
@@ -56,7 +56,7 @@ KSim::PanelExtension::PanelExtension(const TQString &configFile,
m_dcopClient->registerAs(name, false);
m_aboutData = new KAboutData(name, I18N_NOOP("KSim"), KSIM_VERSION_STRING,
- I18N_NOOP("A plugin based system monitor for KDE"),
+ I18N_NOOP("A plugin based system monitor for TDE"),
KAboutData::License_GPL, I18N_NOOP("(C) 2001-2003 Robbie Ward\n(C) 2005 Reuben Sutton"));
m_aboutData->addAuthor("Reuben Sutton", I18N_NOOP("Maintainer"),"reuben.sutton@gmail.com");
m_aboutData->addAuthor("Robbie Ward", I18N_NOOP("Original Author"),