diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-05-10 16:33:37 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-05-10 16:33:37 -0500 |
commit | e65bbd208c5cdec0b3ccaabe4fca2c01b5953966 (patch) | |
tree | 2bf6104184f8324a04ee03cb3b97f547648dd15e /src | |
parent | 16d4b9ebcc1cbccbcc9dc71598b6ed77e0ac46b5 (diff) | |
download | basket-e65bbd208c5cdec0b3ccaabe4fca2c01b5953966.tar.gz basket-e65bbd208c5cdec0b3ccaabe4fca2c01b5953966.zip |
Branding cleanup: I18N_NOOP KDE -> TDE.
Diffstat (limited to 'src')
-rw-r--r-- | src/basket_options.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/basket_options.h b/src/basket_options.h index f8bbf82..c2b3324 100644 --- a/src/basket_options.h +++ b/src/basket_options.h @@ -33,7 +33,7 @@ KCmdLineOptions basket_options[] = { "h", 0, 0 }, { "start-hidden", I18N_NOOP("Hide the main window in the system tray icon on startup"), 0 }, { "k", 0, 0 }, - { "use-drkonquy", I18N_NOOP("When crashing, use the standard KDE report dialog instead of sending an email"), 0 }, + { "use-drkonquy", I18N_NOOP("When crashing, use the standard TDE report dialog instead of sending an email"), 0 }, { "+[file]", I18N_NOOP("Open basket archive or template"), 0 }, KCmdLineLastOption }; |