summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-05-10 16:29:00 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-05-10 16:29:00 -0500
commit1cb59707b3fa4b55563eb6b166247dc2beb0448b (patch)
tree993d69dafd341bca5480c76fcaf3d51cd32ec26f
parentff7fb82e8f30da47b4fa5f901a88517357d0928b (diff)
downloadtdesudo-1cb59707.tar.gz
tdesudo-1cb59707.zip
Branding cleanup: I18N_NOOP KDE -> TDE.
-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},