diff -r 542e97d4ecb3 -r 801289962f4e Cooperation/Connection.py --- a/Cooperation/Connection.py Mon Oct 14 19:30:36 2013 +0200 +++ b/Cooperation/Connection.py Mon Oct 14 20:08:19 2013 +0200 @@ -200,7 +200,7 @@ if bannedName in Preferences.getCooperation("BannedUsers"): self.rejected.emit(self.trUtf8( "* Connection attempted by banned user '{0}'.") - .format(bannedName)) + .format(bannedName)) self.abort() return