mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 06:22:22 -04:00
group->initial group
This commit is contained in:
parent
5a5259971a
commit
6950b1e64d
1 changed files with 1 additions and 1 deletions
|
@ -466,7 +466,7 @@ class Editor(object):
|
||||||
tb.setSpacing(12)
|
tb.setSpacing(12)
|
||||||
tb.setMargin(6)
|
tb.setMargin(6)
|
||||||
# group
|
# group
|
||||||
l = QLabel(_("Group"))
|
l = QLabel(_("Initial Group"))
|
||||||
tb.addWidget(l, 0, 0)
|
tb.addWidget(l, 0, 0)
|
||||||
if not self.addMode:
|
if not self.addMode:
|
||||||
self.group = QPushButton()
|
self.group = QPushButton()
|
||||||
|
|
Loading…
Reference in a new issue