mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 15:32:23 -04:00
select -> choose
This commit is contained in:
parent
c5eb16f0ea
commit
4aaa85cfb0
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue