diff options
Diffstat (limited to 'src/kdesvn.cpp')
-rw-r--r-- | src/kdesvn.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kdesvn.cpp b/src/kdesvn.cpp index c798416..ae253f6 100644 --- a/src/kdesvn.cpp +++ b/src/kdesvn.cpp @@ -138,7 +138,7 @@ kdesvn::kdesvn() KShortcut(),TQT_TQOBJECT(m_part),TQT_SLOT(slotSshAdd()),actionCollection(),"kdesvn_ssh_add"); tmpAction->setToolTip(i18n("Force add ssh-identities to ssh-agent for future use.")); tmpAction = new KAction(i18n("Info about kdesvn part"), "kdesvn", - KShortcut(), TQT_TQOBJECT(m_part), TQT_SLOT(showAboutApplication()), actionCollection(), "help_about_kdesvnpart"); + KShortcut(), TQT_TQOBJECT(m_part), TQT_SLOT(showAboutApplication()), actionCollection(), "help_about_tdesvnpart"); tmpAction->setToolTip(i18n("Shows info about the kdesvn plugin not the standalone app.")); /* enable tooltips in statusbar for menu */ |