diff --git a/aqt/editor.py b/aqt/editor.py index 05e5a6eef..8cb1df733 100644 --- a/aqt/editor.py +++ b/aqt/editor.py @@ -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()