From 15a512f3c8e092f15b7fce460e2735e566bd0339 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 16 Sep 2019 11:09:17 +0530 Subject: [PATCH] Typo --- src/pyj/read_book/prefs/fonts.pyj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pyj/read_book/prefs/fonts.pyj b/src/pyj/read_book/prefs/fonts.pyj index 911202017c..d48d42e515 100644 --- a/src/pyj/read_book/prefs/fonts.pyj +++ b/src/pyj/read_book/prefs/fonts.pyj @@ -90,7 +90,7 @@ def create_fonts_panel(container): container.append(E.div(_('Zoom related settings'), style='margin-top: 1rem')) container.append(E.table(style='margin-top: 1rem', - row(_('Zoom step size (%s)'), zoom_step_size(settings)), + row(_('Zoom step size (%)'), zoom_step_size(settings)), row(_('Minimum font size (px)'), minimum_font_size(settings)), ))