summaryrefslogtreecommitdiff
path: root/src/plugins/help
diff options
context:
space:
mode:
authorhjk <qtc-committer@nokia.com>2011-03-22 17:07:19 +0100
committerhjk <qtc-committer@nokia.com>2011-03-22 17:07:19 +0100
commit5c056505f15fc363351e06a71a0202ba9253609e (patch)
tree5f062dea27b160949441e1c5197dff4d4698e252 /src/plugins/help
parent74914f4753a6effe0295127d4c79498bb554627a (diff)
downloadqt-creator-5c056505f15fc363351e06a71a0202ba9253609e.tar.gz
Revert "help: add menu keyboard accellerators"
This reverts commit ce80090d194870c97fd878f88913fa0703ff3e82. The string shows up in other places, too.
Diffstat (limited to 'src/plugins/help')
-rw-r--r--src/plugins/help/helpplugin.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/help/helpplugin.cpp b/src/plugins/help/helpplugin.cpp
index ce3202913c..520ae72255 100644
--- a/src/plugins/help/helpplugin.cpp
+++ b/src/plugins/help/helpplugin.cpp
@@ -100,8 +100,8 @@
using namespace Core::Constants;
using namespace Help::Internal;
-const char * const SB_INDEX = QT_TRANSLATE_NOOP("Help::Internal::HelpPlugin", "&Index");
-const char * const SB_CONTENTS = QT_TRANSLATE_NOOP("Help::Internal::HelpPlugin", "&Contents");
+const char * const SB_INDEX = QT_TRANSLATE_NOOP("Help::Internal::HelpPlugin", "Index");
+const char * const SB_CONTENTS = QT_TRANSLATE_NOOP("Help::Internal::HelpPlugin", "Contents");
const char * const SB_BOOKMARKS = QT_TRANSLATE_NOOP("Help::Internal::HelpPlugin", "Bookmarks");
const char * const SB_SEARCH = QT_TRANSLATE_NOOP("Help::Internal::HelpPlugin", "Search");