From 6950b1e64df8f78c68e8833997dcee0e92c39e0a Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Tue, 19 Apr 2011 05:48:21 +0900 Subject: [PATCH] group->initial group --- aqt/editor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()