summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tdesudo/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tdesudo/main.cpp b/tdesudo/main.cpp
index 9fa63f1..6986500 100644
--- a/tdesudo/main.cpp
+++ b/tdesudo/main.cpp
@@ -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},