This commit is contained in:
Kovid Goyal 2024-03-14 08:24:20 +05:30
parent c8b2cb4c90
commit a185e4b400
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -98,7 +98,7 @@ class TrimImage(QDialog):
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)