tweak formatting

This commit is contained in:
Damien Elmes 2010-07-21 20:25:39 +09:00
parent 3e3f04ee8f
commit ac735c9a34

View file

@ -2194,8 +2194,9 @@ it to your friends.
def onConflict(self, deckName):
diag = ui.utils.askUserDialog(_("""\
<b>%s</b> has been changed on both the local<br>
and remote side. What do you want to do?""" % deckName),
<b>%s</b> has been changed on both
the local and remote side. What do
you want to do?""" % deckName),
[_("Keep Local"),
_("Keep Remote"),
_("Cancel")])