mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 10:14:46 -04:00
String changes
This commit is contained in:
parent
476e6a6bbc
commit
3f90a15a04
@ -288,7 +288,7 @@ class HighlightsPanel(QWidget):
|
|||||||
return b
|
return b
|
||||||
|
|
||||||
self.edit_button = button('edit_input.png', _('Edit'), _('Edit the selected highlight'), self.edit_highlight)
|
self.edit_button = button('edit_input.png', _('Edit'), _('Edit the selected highlight'), self.edit_highlight)
|
||||||
self.remove_button = button('trash.png', _('Remove'), _('Remove the selected highlights'), self.remove_highlight)
|
self.remove_button = button('trash.png', _('Delete'), _('Delete the selected highlights'), self.remove_highlight)
|
||||||
self.export_button = button('save.png', _('Export'), _('Export all highlights'), self.export)
|
self.export_button = button('save.png', _('Export'), _('Export all highlights'), self.export)
|
||||||
h.addWidget(self.edit_button), h.addWidget(self.remove_button), h.addWidget(self.export_button)
|
h.addWidget(self.edit_button), h.addWidget(self.remove_button), h.addWidget(self.export_button)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user