From 380e3401db2008b52dda34227debf5e15f3bd045 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Thu, 9 Jan 2014 14:04:57 -0600 Subject: Branding and code cleanup. --- src/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/main.cpp') 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 static const char description[] = - I18N_NOOP("TorK - An Anonymity Manager for the KDE Desktop.\n" + I18N_NOOP("TorK - An Anonymity Manager for the TDE Desktop.\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 }, -- cgit v1.2.1