diff -r 4f00b08d6f1e -r c41b16ac2e05 hedgewars/uLand.pas --- a/hedgewars/uLand.pas Tue Jul 17 19:28:31 2018 +0200 +++ b/hedgewars/uLand.pas Tue Jul 17 19:44:29 2018 +0200 @@ -974,7 +974,7 @@ if digest = '' then digest:= s else - checkFails(s = digest, 'Different map or critical resources loaded, sorry', true); + checkFails(s = digest, 'Loaded map or other critical resource does not match across all players', true); end; procedure chSendLandDigest(var s: shortstring);