Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
kovidgoyal committed Mar 14, 2024
1 parent c8b2cb4 commit a185e4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/calibre/gui2/dialogs/trim_image.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def __init__(self, img_data, parent=None):
ac.shortcut().toString(QKeySequence.SequenceFormat.NativeText)))
ac.setEnabled(False)
self.size_selection = ac = self.bar.addAction(QIcon.ic('resize.png'), _('&Region'), self.do_region)
ac.setToolTip(_('Specify a selection size using numbers to allow for precise control'))
ac.setToolTip(_('Specify a selection region size using numbers to allow for precise control'))
c.selection_state_changed.connect(self.selection_changed)
c.selection_area_changed.connect(self.selection_area_changed)
l.addWidget(c)
Expand Down

0 comments on commit a185e4b

Please sign in to comment.