mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #1900216 [Make whole string translatable in Edit book preferences](https://bugs.launchpad.net/calibre/+bug/1900216)
This commit is contained in:
parent
42d114a8c5
commit
7f850777f7
@ -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',),
|
||||
|
Loading…
x
Reference in New Issue
Block a user