summaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 7caf450..6889b4a 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -32,7 +32,7 @@
#include <tdeconfigdialogmanager.h>
static const char description[] =
- I18N_NOOP("<b>TorK - An Anonymity Manager for the KDE Desktop.</b>\n"
+ I18N_NOOP("<b>TorK - An Anonymity Manager for the TDE Desktop.</b>\n"
"This product is produced independently from the Tor anonymity\n"
"software and carries no guarantee from The Tor Project about\n"
"quality, suitability or anything else.");
@@ -43,7 +43,7 @@ static const char title[] = "TorK 0.33";
static TDECmdLineOptions options[] =
{
{ "+[URL]", I18N_NOOP( "Document to open." ), 0 },
- { "toggleKDE", I18N_NOOP("Toggle Anonymous KDE"), 0 },
+ { "toggleTDE", I18N_NOOP("Toggle Anonymous TDE"), 0 },
{ "anonymousFirefox", I18N_NOOP("Launch Anonymous Firefox"), 0 },
{ "anonymousOpera", I18N_NOOP("Launch Anonymous Opera"), 0 },
{ "anonymousKonsole", I18N_NOOP("Launch Anonymous Konsole"), 0 },