diff options
-rw-r--r-- | chalk/plugins/viewplugins/screenshot/main.cpp | 2 | ||||
-rw-r--r-- | kplato/kptaboutdata.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/chalk/plugins/viewplugins/screenshot/main.cpp b/chalk/plugins/viewplugins/screenshot/main.cpp index b943acfb..0a004a87 100644 --- a/chalk/plugins/viewplugins/screenshot/main.cpp +++ b/chalk/plugins/viewplugins/screenshot/main.cpp @@ -7,7 +7,7 @@ #include <kiconloader.h> static const char description[] = - I18N_NOOP("KDE Screenshot Utility"); + I18N_NOOP("TDE Screenshot Utility"); int main(int argc, char **argv) { diff --git a/kplato/kptaboutdata.h b/kplato/kptaboutdata.h index d19550b3..a91c52c8 100644 --- a/kplato/kptaboutdata.h +++ b/kplato/kptaboutdata.h @@ -27,7 +27,7 @@ namespace KPlato { -static const char* KPLATO_DESCRIPTION=I18N_NOOP("KPlato - KDE Planning Tool"); +static const char* KPLATO_DESCRIPTION=I18N_NOOP("KPlato - TDE Planning Tool"); static const char* KPLATO_VERSION="0.6.3"; KAboutData * newAboutData() |