diff options
Diffstat (limited to 'kmymoney2/main.cpp')
-rw-r--r-- | kmymoney2/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmymoney2/main.cpp b/kmymoney2/main.cpp index d31c7d5..55ef740 100644 --- a/kmymoney2/main.cpp +++ b/kmymoney2/main.cpp @@ -59,7 +59,7 @@ static KCmdLineOptions options[] = #if KMM_DEBUG // The following options are only available when compiled in debug mode { "trace", I18N_NOOP("turn on program traces"), 0}, - { "dump-actions", I18N_NOOP("dump the names of all defined KAction objects to stdout and quit"), 0}, + { "dump-actions", I18N_NOOP("dump the names of all defined TDEAction objects to stdout and quit"), 0}, #endif // INSERT YOUR COMMANDLINE OPTIONS HERE |