summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-05-10 16:15:02 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-05-10 16:15:02 -0500
commit8753fe9809c18f394bc916edf72db7bb4aa455c7 (patch)
treeef3d1b20e7b6108e5068e244b35a6e4214a4fcf7
parent2831d2ac92a84f2a4c14df029e1e9ffe2c5bdad7 (diff)
downloadyakuake-8753fe9809c18f394bc916edf72db7bb4aa455c7.tar.gz
yakuake-8753fe9809c18f394bc916edf72db7bb4aa455c7.zip
Branding cleanup: I18N_NOOP KDE -> TDE.
-rw-r--r--yakuake/src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/yakuake/src/main.cpp b/yakuake/src/main.cpp
index 1a1e62c..625a161 100644
--- a/yakuake/src/main.cpp
+++ b/yakuake/src/main.cpp
@@ -21,7 +21,7 @@
static const char version[] = "2.8.1";
-static const char description[] = I18N_NOOP("A Quake-style terminal emulator based on KDE Konsole technology. ");
+static const char description[] = I18N_NOOP("A Quake-style terminal emulator based on TDE Konsole technology. ");
static KCmdLineOptions options[] = { KCmdLineLastOption };
int main(int argc, char ** argv)