summaryrefslogtreecommitdiffstats
path: root/src/tdesvn_part.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tdesvn_part.cpp')
-rw-r--r--src/tdesvn_part.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tdesvn_part.cpp b/src/tdesvn_part.cpp
index bf3b685..aca3898 100644
--- a/src/tdesvn_part.cpp
+++ b/src/tdesvn_part.cpp
@@ -211,7 +211,7 @@ void tdesvnPart::setupActions()
t->setText(i18n("&Configure %1...").arg("Kdesvn"));
if (TQString(kapp->instanceName())!=TQString("tdesvn")) {
(void)new TDEAction(i18n("&About tdesvn part"), "tdesvn", 0, this, TQT_SLOT(showAboutApplication()), actionCollection(), "help_about_tdesvnpart");
- (void)new TDEAction(i18n("Kdesvn &Handbook"), "help", 0, this, TQT_SLOT(appHelpActivated()), actionCollection(), "help_tdesvn");
+ (void)new TDEAction(i18n("Tdesvn &Handbook"), "help", 0, this, TQT_SLOT(appHelpActivated()), actionCollection(), "help_tdesvn");
(void)new TDEAction(i18n("Send Bugreport for tdesvn"), 0, 0, this, TQT_SLOT(reportBug()), actionCollection(), "report_bug");
}
actionCollection()->setHighlightingEnabled(true);