mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -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.setMargin(6)
|
||||
# group
|
||||
l = QLabel(_("Group"))
|
||||
l = QLabel(_("Initial Group"))
|
||||
tb.addWidget(l, 0, 0)
|
||||
if not self.addMode:
|
||||
self.group = QPushButton()
|
||||
|
|
Loading…
Reference in a new issue