diff --git a/Changelog.yaml b/Changelog.yaml
index c3e554f4d9..9363fb493b 100644
--- a/Changelog.yaml
+++ b/Changelog.yaml
@@ -3285,7 +3285,7 @@
date: 2015-01-30
new features:
- - title: "Edit book: Add 'Style Classes' and 'Links' report pages to the Reports tool"
+ - title: "Edit book: Add 'Style classes' and 'Links' report pages to the Reports tool"
- title: "Tag browser: Allow expanding all children of a node by right clicking and choosing 'Expand all'"
tickets: [1414315]
diff --git a/src/calibre/gui2/store/config/chooser/chooser_widget.ui b/src/calibre/gui2/store/config/chooser/chooser_widget.ui
index 38ee590258..3ce560d003 100644
--- a/src/calibre/gui2/store/config/chooser/chooser_widget.ui
+++ b/src/calibre/gui2/store/config/chooser/chooser_widget.ui
@@ -78,7 +78,7 @@
-
- Enable
+ Enable:
diff --git a/src/calibre/gui2/store/config/search/search_widget.ui b/src/calibre/gui2/store/config/search/search_widget.ui
index 857a152e2d..c319bf424d 100644
--- a/src/calibre/gui2/store/config/search/search_widget.ui
+++ b/src/calibre/gui2/store/config/search/search_widget.ui
@@ -23,7 +23,7 @@
-
- Number of seconds to wait for a store to respond
+ Number of seconds to wait for a store to respond:
@@ -37,7 +37,7 @@
-
- Number of seconds to let a store process results
+ Number of seconds to let a store process results:
@@ -69,7 +69,7 @@
-
- Maximum number of results to show per store
+ Maximum number of results to show per store:
@@ -99,7 +99,7 @@
-
- Number of search threads to use
+ Number of search threads to use:
@@ -113,7 +113,7 @@
-
- Number of cache update threads to use
+ Number of cache update threads to use:
@@ -127,7 +127,7 @@
-
- Number of cover download threads to use
+ Number of cover download threads to use:
@@ -141,7 +141,7 @@
-
- Number of details threads to use
+ Number of details threads to use:
diff --git a/src/calibre/gui2/tweak_book/reports.py b/src/calibre/gui2/tweak_book/reports.py
index bba312aa0f..6f8ca1cb90 100644
--- a/src/calibre/gui2/tweak_book/reports.py
+++ b/src/calibre/gui2/tweak_book/reports.py
@@ -1298,11 +1298,11 @@ class ReportsWidget(QWidget):
self.css = c = CSSWidget(self)
s.addWidget(c)
- QListWidgetItem(_('Style Rules'), r)
+ QListWidgetItem(_('Style rules'), r)
self.css = c = ClassesWidget(self)
s.addWidget(c)
- QListWidgetItem(_('Style Classes'), r)
+ QListWidgetItem(_('Style classes'), r)
self.chars = c = CharsWidget(self)
s.addWidget(c)