mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-24 06:36:08 +01:00
String changes
This commit is contained in:
parent
476e6a6bbc
commit
3f90a15a04
1 changed files with 1 additions and 1 deletions
|
|
@ -288,7 +288,7 @@ def button(icon, text, tt, target):
|
|||
return b
|
||||
|
||||
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)
|
||||
h.addWidget(self.edit_button), h.addWidget(self.remove_button), h.addWidget(self.export_button)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue