diff --git a/src/calibre/gui2/convert/htmlz_output.ui b/src/calibre/gui2/convert/htmlz_output.ui
index b8aaca43c0..d74bcde193 100644
--- a/src/calibre/gui2/convert/htmlz_output.ui
+++ b/src/calibre/gui2/convert/htmlz_output.ui
@@ -33,7 +33,7 @@
-
- How to handle CSS
+ How to handle &CSS
opt_htmlz_css_type
@@ -50,7 +50,7 @@
-
- How to handle class based CSS
+ How to handle class &based CSS
diff --git a/src/calibre/gui2/convert/snb_output.ui b/src/calibre/gui2/convert/snb_output.ui
index d6d288981f..45e27a6e30 100644
--- a/src/calibre/gui2/convert/snb_output.ui
+++ b/src/calibre/gui2/convert/snb_output.ui
@@ -30,28 +30,28 @@
-
- Hide chapter name
+ Hide &chapter name
-
- Don't indent the first line for each paragraph
+ Don't indent the &first line for each paragraph
-
- Insert empty line between paragraphs
+ Insert &empty line between paragraphs
-
- Optimize for full-sceen view
+ Optimize for full-&screen view
diff --git a/src/calibre/gui2/preferences/behavior.ui b/src/calibre/gui2/preferences/behavior.ui
index b6d210ce54..ae4c20d82b 100644
--- a/src/calibre/gui2/preferences/behavior.ui
+++ b/src/calibre/gui2/preferences/behavior.ui
@@ -147,7 +147,7 @@ If not checked, the values can be Yes or No.
-
- Virtual library to apply when the current library is opened:
+ Virtual library to apply when the current &library is opened:
opt_virtual_lib_on_startup
@@ -180,7 +180,7 @@ If not checked, the values can be Yes or No.
-
- Edit metadata (single) layout:
+ Edit metadata (single) &layout:
opt_edit_metadata_single_layout
diff --git a/src/calibre/gui2/preferences/search.ui b/src/calibre/gui2/preferences/search.ui
index cd5059d76d..a582862ce1 100644
--- a/src/calibre/gui2/preferences/search.ui
+++ b/src/calibre/gui2/preferences/search.ui
@@ -309,14 +309,14 @@ to be shown as user categories
-
- Case sensitive searching
+ Case &sensitive searching
-
- Unaccented characters match accented characters
+ Unaccented characters match &accented characters
diff --git a/src/calibre/gui2/tag_browser/view.py b/src/calibre/gui2/tag_browser/view.py
index c7d5511438..d92c10c759 100644
--- a/src/calibre/gui2/tag_browser/view.py
+++ b/src/calibre/gui2/tag_browser/view.py
@@ -634,7 +634,7 @@ class TagsView(QTreeView): # {{{
self.context_menu.addAction(_('Manage %s')%category,
partial(self.context_menu_handler, action='edit_author_sort'))
elif key == 'search':
- self.context_menu.addAction(_('Manage Saved Searches'),
+ self.context_menu.addAction(_('Manage Saved searches'),
partial(self.context_menu_handler, action='manage_searches',
category=tag.name if tag else None))