mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-29 06:06:07 +02:00
...
This commit is contained in:
commit
a0a6b186bc
1 changed files with 1 additions and 1 deletions
|
|
@ -316,7 +316,7 @@ def __init__(self, fm, pref_name, parent=None):
|
|||
|
||||
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…
Reference in a new issue