summaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
authorDarrell Anderson <[email protected]>2014-01-09 14:04:57 -0600
committerDarrell Anderson <[email protected]>2014-01-09 14:04:57 -0600
commit380e3401db2008b52dda34227debf5e15f3bd045 (patch)
tree526d8b5ab69ff02e41286ae2051a5cc5fc673254 /src/main.cpp
parentfa266da73737453ca158c991157ed6fe718f89a9 (diff)
downloadtork-380e3401db2008b52dda34227debf5e15f3bd045.tar.gz
tork-380e3401db2008b52dda34227debf5e15f3bd045.zip
Branding and code cleanup.
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 },