Fix #1900216 [Make whole string translatable in Edit book preferences](https://bugs.launchpad.net/calibre/+bug/1900216)

This commit is contained in:
Kovid Goyal 2020-10-17 12:32:35 +05:30
parent 42d114a8c5
commit 7f850777f7
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -453,7 +453,7 @@ class ToolbarSettings(QWidget):
('global_book_toolbar', _('Book wide actions'),),
('global_tools_toolbar', _('Book wide tools'),),
('global_plugins_toolbar', _('Book wide tools from third party plugins'),),
('editor_common_toolbar', ft % _('all')),
('editor_common_toolbar', _('Common tools for all editors')),
('editor_html_toolbar', ft % 'HTML',),
('editor_css_toolbar', ft % 'CSS',),
('editor_xml_toolbar', ft % 'XML',),