mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 23:12:21 -04:00
localize specific deck etc
This commit is contained in:
parent
7069036b59
commit
02b83025a7
1 changed files with 2 additions and 2 deletions
|
@ -187,9 +187,9 @@ Please create a new card type first."""))
|
|||
self.tab['tform'].back.setPlainText(t['afmt'])
|
||||
if self.model['type'] != MODEL_CLOZE:
|
||||
if t['did']:
|
||||
self.deckButton.setText("Specific Deck...")
|
||||
self.deckButton.setText(_("Specific Deck..."))
|
||||
else:
|
||||
self.deckButton.setText("Default Deck...")
|
||||
self.deckButton.setText(_("Default Deck..."))
|
||||
self.redrawing = False
|
||||
|
||||
def saveCard(self):
|
||||
|
|
Loading…
Reference in a new issue