mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 02:34:06 -04:00
Change label of icon button
This commit is contained in:
parent
efa9a64625
commit
e17a19ba7b
@ -316,7 +316,7 @@ class RuleEditor(QDialog): # {{{
|
||||
|
||||
l.addWidget(self.filename_box, 2, 5)
|
||||
self.filename_button = QPushButton(QIcon(I('document_open.png')),
|
||||
_('&Choose icon'))
|
||||
_('&Add icon'))
|
||||
l.addWidget(self.filename_button, 2, 6)
|
||||
l.addWidget(QLabel(_('Icons should be square or landscape')), 2, 7)
|
||||
l.setColumnStretch(7, 10)
|
||||
|
Loading…
x
Reference in New Issue
Block a user