mirror of
https://github.com/ankitects/anki.git
synced 2025-09-25 09:16:38 -04:00
tweak formatting
This commit is contained in:
parent
ea6915305b
commit
26a0e7eaf2
1 changed files with 6 additions and 2 deletions
|
@ -292,8 +292,12 @@ class View(object):
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
</table>""" % \
|
</table>""" % \
|
||||||
{"welcome":_("Welcome to Anki!"), "add":_("Add material"), "start":_("Start adding your own material."), \
|
{"welcome":_("Welcome to Anki!"),
|
||||||
"local":_("Open Local Deck"), "dl_shared":_("Download Shared Deck"), "dl_personal":_("Download Personal Deck")})
|
"add":_("Add material"),
|
||||||
|
"start":_("Start adding your own material."),
|
||||||
|
"local":_("Open Local Deck"),
|
||||||
|
"dl_shared":_("Download Shared Deck"),
|
||||||
|
"dl_personal":_("Download Personal Deck")})
|
||||||
|
|
||||||
def drawDeckFinishedMessage(self):
|
def drawDeckFinishedMessage(self):
|
||||||
"Tell the user the deck is finished."
|
"Tell the user the deck is finished."
|
||||||
|
|
Loading…
Reference in a new issue