mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 18:54:09 -04:00
Change button label for less conflict
This commit is contained in:
parent
471deb052e
commit
138745a85a
@ -406,7 +406,7 @@ class HighlightsPanel(QWidget):
|
||||
b.clicked.connect(target)
|
||||
return b
|
||||
|
||||
self.edit_button = button('edit_input.png', _('Edit'), _('Edit the selected highlight'), self.edit_highlight)
|
||||
self.edit_button = button('edit_input.png', _('Modify'), _('Modify the selected highlight'), self.edit_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…
x
Reference in New Issue
Block a user