mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
string changes
This commit is contained in:
parent
fb7932459f
commit
a00d5d0ca2
@ -714,7 +714,7 @@ class ConfigWidget(ConfigWidgetBase, Ui_Form):
|
|||||||
r('cb_double_click_to_activate', gprefs)
|
r('cb_double_click_to_activate', gprefs)
|
||||||
|
|
||||||
choices = [(_('Off'), 'off'), (_('Small'), 'small'),
|
choices = [(_('Off'), 'off'), (_('Small'), 'small'),
|
||||||
(_('Mid-small'), 'mid-small'), (_('Medium'), 'medium'), (_('Large'), 'large')]
|
(_('Medium-small'), 'mid-small'), (_('Medium'), 'medium'), (_('Large'), 'large')]
|
||||||
r('toolbar_icon_size', gprefs, choices=choices)
|
r('toolbar_icon_size', gprefs, choices=choices)
|
||||||
|
|
||||||
choices = [(_('If there is enough room'), 'auto'), (_('Always'), 'always'),
|
choices = [(_('If there is enough room'), 'auto'), (_('Always'), 'always'),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user