Skip to content

Commit

Permalink
Fix #879 : spacing in the error message failed to get UID
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown authored and Wesmania committed Jan 17, 2018
1 parent 8eb81b0 commit 2eb640c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@

0.17.0
=====
* Fixed the error message "failed to get uid" which has bad spacing

Contributors:
- MathieuB8

0.16.1
====
Expand Down
2 changes: 1 addition & 1 deletion src/client/_clientwindow.py
Original file line number Diff line number Diff line change
Expand Up @@ -990,7 +990,7 @@ def send_login(self, login, password):
QtWidgets.QMessageBox.critical(self,
"Failed to calculate UID",
"Failed to calculate your unique ID"
" (a part of our smurf prevention system).</br>"
" (a part of our smurf prevention system).\n"
"Please report this to the tech support forum!")
return False
self.lobby_connection.send(dict(command="hello",
Expand Down

0 comments on commit 2eb640c

Please sign in to comment.