summaryrefslogtreecommitdiffstats
path: root/src/tdesvnd
diff options
context:
space:
mode:
Diffstat (limited to 'src/tdesvnd')
-rw-r--r--src/tdesvnd/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tdesvnd/main.cpp b/src/tdesvnd/main.cpp
index 65fe7de..9aad1c7 100644
--- a/src/tdesvnd/main.cpp
+++ b/src/tdesvnd/main.cpp
@@ -41,7 +41,7 @@ static KCmdLineOptions options[] =
int main (int argc, char *argv[])
{
KLocale::setMainCatalogue("tdesvn");
- KAboutData aboutdata("tdesvnd", I18N_NOOP("KDE"),
+ KAboutData aboutdata("tdesvnd", I18N_NOOP("TDE"),
version, description,
KAboutData::License_GPL, "(C) %{YEAR}, Rajko Albrecht");
aboutdata.addAuthor("Rajko Albrecht",I18N_NOOP("Developer"),"rajko.albrecht@tecways.com");