diff --git a/src/calibre/gui2/preferences/look_feel.py b/src/calibre/gui2/preferences/look_feel.py
index b2ba87d1e0..de1116c231 100644
--- a/src/calibre/gui2/preferences/look_feel.py
+++ b/src/calibre/gui2/preferences/look_feel.py
@@ -88,7 +88,7 @@ class ConfigWidget(ConfigWidgetBase, Ui_Form):
name = unicode(fi.family())
self.font_display.setFont(font)
- self.font_display.setText(_('Current font:') + ' ' + name +
+ self.font_display.setText(name +
' [%dpt]'%fi.pointSize())
def change_font(self, *args):
diff --git a/src/calibre/gui2/preferences/look_feel.ui b/src/calibre/gui2/preferences/look_feel.ui
index 91f45a155f..8e57f8c17e 100644
--- a/src/calibre/gui2/preferences/look_feel.ui
+++ b/src/calibre/gui2/preferences/look_feel.ui
@@ -183,6 +183,34 @@
+ -
+
+
-
+
+
+ Interface font:
+
+
+ font_display
+
+
+
+ -
+
+
+ true
+
+
+
+
+
+ -
+
+
+ Change &font (needs restart)
+
+
+
-
@@ -196,20 +224,6 @@
- -
-
-
- true
-
-
-
- -
-
-
- Change &font (needs restart)
-
-
-