diff options
Diffstat (limited to 'cervisia/cervisiapart.cpp')
-rw-r--r-- | cervisia/cervisiapart.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cervisia/cervisiapart.cpp b/cervisia/cervisiapart.cpp index dea2bab8..ea6ba686 100644 --- a/cervisia/cervisiapart.cpp +++ b/cervisia/cervisiapart.cpp @@ -257,7 +257,7 @@ void CervisiaPart::setupActions() action->setToolTip( hint ); action->setWhatsThis( hint ); - action = new KAction( i18n("&tqStatus"), "vcs_status", Key_F5, + action = new KAction( i18n("&Status"), "vcs_status", Key_F5, this, TQT_SLOT( slottqStatus() ), actionCollection(), "file_status" ); hint = i18n("Updates the status (cvs -n update) of the selected files and folders"); |