diff options
author | Chris <xchrisx@uber.space> | 2019-07-27 16:01:35 +0200 |
---|---|---|
committer | Chris <xchrisx@uber.space> | 2019-07-27 16:01:35 +0200 |
commit | 93eee9f863b8e4daed5440f96f0a883aa70d42a9 (patch) | |
tree | 8d4fc640713e51a5b5d0c8da42987397164251c6 /src/main.cpp | |
parent | 12b3f9391bce1e1f169cc8c2b38a4cc1df950df6 (diff) | |
download | kooldock-93eee9f863b8e4daed5440f96f0a883aa70d42a9.tar.gz kooldock-93eee9f863b8e4daed5440f96f0a883aa70d42a9.zip |
Fix branding of Kooldock and also translations, for fuzzy prevention.
Signed-off-by: Chris <xchrisx@uber.space>
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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("<center><b>KoolDock</b></center>A Kool Dock for KDE<br><br>KoolDock is based upon the original work of Dang Viet Dung, Ksmoothdock 2.1<br><br>"); +static const char *description = I18N_NOOP("<center><b>KoolDock</b></center>A Kool Dock for TDE<br><br>KoolDock is based upon the original work of Dang Viet Dung, Ksmoothdock 2.1<br><br>"); static TDECmdLineOptions options[] = { |