summaryrefslogtreecommitdiffstats
path: root/kded/kde-menu.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-07 22:21:31 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-07 22:21:31 -0600
commit06227c5420ce8eeef7bd44406a395188c61e1703 (patch)
treec18c25b31413479e63fec92f61067b95759fc3b0 /kded/kde-menu.cpp
parentce5d3d7fd554b9832a69350cffa8d79c5002753e (diff)
parent70d7c59d2ac9ad3718f92a20c07937d3b6cfb928 (diff)
downloadtdelibs-06227c5420ce8eeef7bd44406a395188c61e1703.tar.gz
tdelibs-06227c5420ce8eeef7bd44406a395188c61e1703.zip
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tdelibs
Diffstat (limited to 'kded/kde-menu.cpp')
-rw-r--r--kded/kde-menu.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kded/kde-menu.cpp b/kded/kde-menu.cpp
index 3afa84318..8a51ba41b 100644
--- a/kded/kde-menu.cpp
+++ b/kded/kde-menu.cpp
@@ -108,10 +108,10 @@ static void findMenuEntry(KServiceGroup::Ptr parent, const TQString &name, const
int main(int argc, char **argv)
{
KLocale::setMainCatalogue("tdelibs");
- const char *description = I18N_NOOP("KDE Menu query tool.\n"
+ const char *description = I18N_NOOP("TDE Menu query tool.\n"
"This tool can be used to find in which menu a specific application is shown.\n"
"The --highlight option can be used to visually indicate to the user where\n"
- "in the KDE menu a specific application is located.");
+ "in the TDE menu a specific application is located.");
KAboutData d(appName, I18N_NOOP("kde-menu"), appVersion,
description,