diff --git a/src/calibre/gui2/actions/polish.py b/src/calibre/gui2/actions/polish.py
index 30e4912bad..5097c6d4d0 100644
--- a/src/calibre/gui2/actions/polish.py
+++ b/src/calibre/gui2/actions/polish.py
@@ -66,7 +66,7 @@ class Polish(QDialog): # {{{
' an identifiable cover, a new cover is inserted.
'
),
'jacket':_('Book jacket
%s')%HELP['jacket'],
- 'remove_jacket':_('Remove Book jacket
%s')%HELP['remove_jacket'],
+ 'remove_jacket':_('Remove book jacket
%s')%HELP['remove_jacket'],
'remove_unused_css':_('Remove unused CSS rules
%s')%HELP['remove_unused_css'],
'compress_images': _('Losslessly compress images
%s') % HELP['compress_images'],
}
diff --git a/src/calibre/gui2/preferences/look_feel.ui b/src/calibre/gui2/preferences/look_feel.ui
index 2adc1810fa..e763469839 100644
--- a/src/calibre/gui2/preferences/look_feel.ui
+++ b/src/calibre/gui2/preferences/look_feel.ui
@@ -61,7 +61,7 @@
-
- &Toolbar
+ Toolbar
-
@@ -897,7 +897,7 @@ a few top-level elements.
A comma-separated list of categories in which items containing
-periods are displayed in the tag browser trees. For example, if
+periods are displayed in the Tag browser trees. For example, if
this box contains 'tags' then tags of the form 'Mystery.English'
and 'Mystery.Thriller' will be displayed with English and Thriller
both under 'Mystery'. If 'tags' is not in this box,
diff --git a/src/calibre/gui2/tweak_book/preferences.py b/src/calibre/gui2/tweak_book/preferences.py
index 3bdd07e273..2f62782724 100644
--- a/src/calibre/gui2/tweak_book/preferences.py
+++ b/src/calibre/gui2/tweak_book/preferences.py
@@ -183,7 +183,7 @@ class EditorSettings(BasicSettings):
l.addRow(_('W&idth of tabs:'), tw)
self.tb = b = QPushButton(_('Change &templates'))
- l.addRow(_('&Templates for new files:'), b)
+ l.addRow(_('Templates for new files:'), b)
b.clicked.connect(lambda : TemplatesDialog(self).exec_())
lw = self('editor_line_wrap')