mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-05-20 22:12:37 -04:00
...
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user