diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-07-04 23:24:45 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-07-04 23:24:45 -0500 |
commit | c397f92e7d37537a448e8c7be0cbe356799b1875 (patch) | |
tree | 47c6371e3b23e6ab3e250f41a1a6542756a239af /kded | |
parent | 7e8371e630aec175c242f99acb262f90311b5d72 (diff) | |
download | tdelibs-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.cpp | 2 |
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"); |