diff options
author | Chris <[email protected]> | 2019-07-29 21:01:29 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2019-07-29 23:57:21 +0200 |
commit | 54fbf98912c6a3a6057aea78de7bd400a144de44 (patch) | |
tree | 578cee24f73f868659e39a88c815e28faf3ba1b0 /src/tdesvnd/main.cpp | |
parent | d24a58dd63769230737af74f924a3b0f13cd187d (diff) | |
download | tdesvn-54fbf98912c6a3a6057aea78de7bd400a144de44.tar.gz tdesvn-54fbf98912c6a3a6057aea78de7bd400a144de44.zip |
Fix branding of Tdesvn and also translations, for fuzzy prevention.
Signed-off-by: Chris <[email protected]>
(cherry picked from commit 32149991a282610dd94a08eec65f208fc0146593)
Diffstat (limited to 'src/tdesvnd/main.cpp')
-rw-r--r-- | src/tdesvnd/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tdesvnd/main.cpp b/src/tdesvnd/main.cpp index ab864a6..9d42152 100644 --- a/src/tdesvnd/main.cpp +++ b/src/tdesvnd/main.cpp @@ -29,7 +29,7 @@ #include "tdesvnd_dcop.h" static const char description[] = - I18N_NOOP("Kdesvn DCOP service"); + I18N_NOOP("Tdesvn DCOP service"); static const char version[] = "0.1"; |