tweak formatting

This commit is contained in:
Damien Elmes 2009-03-14 05:08:26 +09:00
parent ea6915305b
commit 26a0e7eaf2

View file

@ -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."