change spacing slightly

This commit is contained in:
Seth Schoen 2012-11-18 19:13:31 -08:00
parent 946c6e584c
commit a5ad017c72

View file

@ -35,7 +35,7 @@ class Payment_Challenge(Challenge):
def get_display_string(self):
if self.times_performed == 0:
return "You are buying " + self.formatted_reasons() + " You will need to visit " + self.url + " to submit your payment\nPlease press enter once your payment has been submitted"
return "You are buying " + self.formatted_reasons() + ".\nYou will need to visit\n " + self.url + "\nto submit your payment.\nPlease press Enter once your payment has been submitted."
# The user has tried at least once... display a different message
else: