summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)