From 93eee9f863b8e4daed5440f96f0a883aa70d42a9 Mon Sep 17 00:00:00 2001 From: Chris Date: Sat, 27 Jul 2019 16:01:35 +0200 Subject: Fix branding of Kooldock and also translations, for fuzzy prevention. Signed-off-by: Chris --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index a5788fb..a8e215a 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -43,7 +43,7 @@ extern "C" } #endif -static const char *description = I18N_NOOP("
KoolDock
A Kool Dock for KDE

KoolDock is based upon the original work of Dang Viet Dung, Ksmoothdock 2.1

"); +static const char *description = I18N_NOOP("
KoolDock
A Kool Dock for TDE

KoolDock is based upon the original work of Dang Viet Dung, Ksmoothdock 2.1

"); static TDECmdLineOptions options[] = { -- cgit v1.2.3