summaryrefslogtreecommitdiffstats
path: root/kplayer/kplayerpart.cpp
diff options
context:
space:
mode:
authorChris <xchrisx@uber.space>2019-07-27 16:55:11 +0200
committerChris <xchrisx@uber.space>2019-07-27 16:55:11 +0200
commite801ca7143b89ba18d8b6eed85135ce6a13bc162 (patch)
tree68723dd302fd554e1df44bb7bdc2da5834665512 /kplayer/kplayerpart.cpp
parent6f193fa3938530e895167cae3f68f576730e00fb (diff)
downloadkplayer-e801ca7143b89ba18d8b6eed85135ce6a13bc162.tar.gz
kplayer-e801ca7143b89ba18d8b6eed85135ce6a13bc162.zip
Fix branding of KPlayer and also translations, for fuzzy prevention.
Signed-off-by: Chris <xchrisx@uber.space>
Diffstat (limited to 'kplayer/kplayerpart.cpp')
-rw-r--r--kplayer/kplayerpart.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kplayer/kplayerpart.cpp b/kplayer/kplayerpart.cpp
index 0a7d4e1..d76d787 100644
--- a/kplayer/kplayerpart.cpp
+++ b/kplayer/kplayerpart.cpp
@@ -30,7 +30,7 @@
#include "kplayersettings.h"
#include "kplayerwidget.h"
-static const char* description = I18N_NOOP("KPlayerPart, an embeddable KDE media player");
+static const char* description = I18N_NOOP("KPlayerPart, an embeddable TDE media player");
static const char* license = I18N_NOOP("This program is distributed under the terms of the GPL version 3 or later.");
typedef KParts::GenericFactory<KPlayerPart> KPlayerPartFactory;