diff --git a/ankiqt/ui/main.py b/ankiqt/ui/main.py
index 908abffc8..4b77eb11c 100755
--- a/ankiqt/ui/main.py
+++ b/ankiqt/ui/main.py
@@ -2194,8 +2194,9 @@ it to your friends.
def onConflict(self, deckName):
diag = ui.utils.askUserDialog(_("""\
-%s has been changed on both the local
-and remote side. What do you want to do?""" % deckName),
+%s has been changed on both
+the local and remote side. What do
+you want to do?""" % deckName),
[_("Keep Local"),
_("Keep Remote"),
_("Cancel")])