Skip to content

Commit a00d5d0

Browse files
committed
string changes
1 parent fb79324 commit a00d5d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/calibre/gui2/preferences/look_feel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -714,7 +714,7 @@ def get_esc_lang(l):
714714
r('cb_double_click_to_activate', gprefs)
715715

716716
choices = [(_('Off'), 'off'), (_('Small'), 'small'),
717-
(_('Mid-small'), 'mid-small'), (_('Medium'), 'medium'), (_('Large'), 'large')]
717+
(_('Medium-small'), 'mid-small'), (_('Medium'), 'medium'), (_('Large'), 'large')]
718718
r('toolbar_icon_size', gprefs, choices=choices)
719719

720720
choices = [(_('If there is enough room'), 'auto'), (_('Always'), 'always'),

0 commit comments

Comments
 (0)