mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
make 'card layout' translatable thanks to piotr
This commit is contained in:
parent
91d4d838f3
commit
146a881f9b
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ class FactEditor(object):
|
|||
self.fieldsBox.addLayout(self.iconsBox2)
|
||||
# card layout
|
||||
self.iconsBox.addItem(QSpacerItem(20,1, QSizePolicy.Expanding))
|
||||
self.clayout = QPushButton("Card Layout")
|
||||
self.clayout = QPushButton(_("Card Layout"))
|
||||
self.clayout.connect(self.clayout, SIGNAL("clicked()"), self.onCardLayout)
|
||||
self.clayout.setSizePolicy(QSizePolicy.Preferred,QSizePolicy.Preferred)
|
||||
self.clayout.setFixedHeight(20)
|
||||
|
|
Loading…
Reference in a new issue