summaryrefslogtreecommitdiffstats
path: root/kded
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-07-04 23:24:45 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-07-04 23:24:45 -0500
commitc397f92e7d37537a448e8c7be0cbe356799b1875 (patch)
tree47c6371e3b23e6ab3e250f41a1a6542756a239af /kded
parent7e8371e630aec175c242f99acb262f90311b5d72 (diff)
downloadtdelibs-c397f92e7d37537a448e8c7be0cbe356799b1875.tar.gz
tdelibs-c397f92e7d37537a448e8c7be0cbe356799b1875.zip
Minor cleanup in comments related to bug report 892.
Diffstat (limited to 'kded')
-rw-r--r--kded/kde-menu.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kded/kde-menu.cpp b/kded/kde-menu.cpp
index 8a51ba41b..0362e10e9 100644
--- a/kded/kde-menu.cpp
+++ b/kded/kde-menu.cpp
@@ -130,7 +130,7 @@ int main(int argc, char **argv)
KCmdLineArgs *args = KCmdLineArgs::parsedArgs();
if (args->count() != 1)
- KCmdLineArgs::usage(i18n("You must specify an application-id such as 'kde-konsole.desktop'"));
+ KCmdLineArgs::usage(i18n("You must specify an application-id such as 'tde-konsole.desktop'"));
utf8 = args->isSet("utf8");