@@ 489,7 489,7 @@ async def _effective_push(cmd):
return
elif 'push creates new remote branches' in err.strerror.lower():
answer = await dialog.ask(
- err.strerror + '\n\Push the new branch?',
+ err.strerror + '\nPush the new branch?',
title='Push creates new branch')
if answer:
_cmd = cmd[:]