summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--kaffeine/src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kaffeine/src/main.cpp b/kaffeine/src/main.cpp
index 8224556..970c2eb 100644
--- a/kaffeine/src/main.cpp
+++ b/kaffeine/src/main.cpp
@@ -67,7 +67,7 @@ int KaffeineApp::newInstance()
int main(int argc, char *argv[])
{
KAboutData aboutData("kaffeine", I18N_NOOP("Kaffeine Player"), KAFFEINE_VERSION,
- I18N_NOOP("A media player for KDE 3. Can use multiple backends for playback, default (and recommended) is xine."),
+ I18N_NOOP("A media player for TDE. Can use multiple backends for playback, default (and recommended) is xine."),
KAboutData::License_GPL_V2, I18N_NOOP("Copyright (C) 2003-2007, The Kaffeine Authors"), 0,
"http://kaffeine.sourceforge.net");