diff --git a/chalk/plugins/viewplugins/screenshot/main.cpp b/chalk/plugins/viewplugins/screenshot/main.cpp index b943acfb2..0a004a870 100644 --- a/chalk/plugins/viewplugins/screenshot/main.cpp +++ b/chalk/plugins/viewplugins/screenshot/main.cpp @@ -7,7 +7,7 @@ #include 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 d19550b32..a91c52c84 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()