mirror of
https://github.com/ankitects/anki.git
synced 2025-11-10 14:47:12 -05:00
commit
bdfdbda432
2 changed files with 2 additions and 1 deletions
|
|
@ -71,6 +71,7 @@ Krish Shah <github.com/k12ish>
|
||||||
ianki <iankigit@gmail.com>
|
ianki <iankigit@gmail.com>
|
||||||
rye761 <ryebread761@gmail.com>
|
rye761 <ryebread761@gmail.com>
|
||||||
Guillem Palau Salvà <guillempalausalva@gmail.com>
|
Guillem Palau Salvà <guillempalausalva@gmail.com>
|
||||||
|
Meredith Derecho <meredithderecho@gmail.com>
|
||||||
********************
|
********************
|
||||||
|
|
||||||
The text of the 3 clause BSD license follows:
|
The text of the 3 clause BSD license follows:
|
||||||
|
|
|
||||||
|
|
@ -86,7 +86,7 @@ class DeckChooser(QHBoxLayout):
|
||||||
current=current,
|
current=current,
|
||||||
accept=tr(TR.ACTIONS_CHOOSE),
|
accept=tr(TR.ACTIONS_CHOOSE),
|
||||||
title=tr(TR.QT_MISC_CHOOSE_DECK),
|
title=tr(TR.QT_MISC_CHOOSE_DECK),
|
||||||
help="addingnotes",
|
help="editing",
|
||||||
cancel=False,
|
cancel=False,
|
||||||
parent=self.widget,
|
parent=self.widget,
|
||||||
geomKey="selectDeck",
|
geomKey="selectDeck",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue