select -> choose

This commit is contained in:
Damien Elmes 2012-05-26 13:06:38 +09:00
parent c5eb16f0ea
commit 4aaa85cfb0

View file

@ -65,7 +65,7 @@ class ModelChooser(QHBoxLayout):
edit = QPushButton(_("Manage"))
self.connect(edit, SIGNAL("clicked()"), self.onEdit)
ret = StudyDeck(self.mw, names=sorted(self.deck.models.allNames()),
accept=_("Select"), title=_("Choose Note Type"),
accept=_("Choose"), title=_("Choose Note Type"),
help="_notes", current=current, parent=self.widget,
buttons=[edit], cancel=False)
if not ret.name: