Branding cleanup: I18N_NOOP KDE -> TDE.

pull/1/head
Darrell Anderson 12 years ago
parent ff7fb82e8f
commit 1cb59707b3

@ -38,7 +38,7 @@
#include <tqfileinfo.h>
static const char *description =
I18N_NOOP("KdeSudo");
I18N_NOOP("TdeSudo");
// INSERT A DESCRIPTION FOR YOUR APPLICATION HERE
@ -52,7 +52,7 @@ static KCmdLineOptions options[] =
{ "p <priority>", I18N_NOOP("Process priority, between 0 and 100, 0 the lowest [50]"), 0},
{ "r", I18N_NOOP("Use realtime scheduling"), 0},
{ "f <file>", I18N_NOOP("Use target UID if <file> is not writeable"), 0},
{ "t", I18N_NOOP("Fake option for KDE's KdeSu compatibility"), 0 },
{ "t", I18N_NOOP("Fake option for TDE's KdeSu compatibility"), 0 },
{ "n", I18N_NOOP("Do not keep password"), 0},
{ "nonewdcop", I18N_NOOP("Use existing DCOP server"), 0},
{ "comment <dialog text>", I18N_NOOP("The comment that should be displayed in the dialog"), 0},

Loading…
Cancel
Save