diff options
author | Chris <[email protected]> | 2019-07-29 21:01:29 +0200 |
---|---|---|
committer | Chris <[email protected]> | 2019-07-29 21:01:29 +0200 |
commit | 32149991a282610dd94a08eec65f208fc0146593 (patch) | |
tree | c8cf1c2b0f8c6af9ba954000328b073912b31a67 /src/tdesvnd | |
parent | 4465f223d136928e1809b1279969562fdcdfac8e (diff) | |
download | tdesvn-32149991a282610dd94a08eec65f208fc0146593.tar.gz tdesvn-32149991a282610dd94a08eec65f208fc0146593.zip |
Fix branding of Tdesvn and also translations, for fuzzy prevention.
Signed-off-by: Chris <[email protected]>
Diffstat (limited to 'src/tdesvnd')
-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"; |