From 5c69c3118d60ff445905201669bd48cc8d2ed909 Mon Sep 17 00:00:00 2001
From: stuebinm <stuebinm@disroot.org>
Date: Mon, 20 Dec 2021 13:07:49 +0100
Subject: [PATCH] something something encoding mismatch

---
 lib/Properties.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/Properties.hs b/lib/Properties.hs
index 05020f5..94cfe24 100644
--- a/lib/Properties.hs
+++ b/lib/Properties.hs
@@ -135,7 +135,7 @@ checkTileset = do
 
   -- reject tilesets unsuitable for workadventure
   unless (tilesetTilewidth tileset == 32 && tilesetTileheight tileset == 32)
-    $ complain "Tilesets must have tile size 32×32."
+    $ complain "Tilesets must have tile size 32x32."
 
   unless (tilesetImageheight tileset < 4096 && tilesetImagewidth tileset < 4096)
     $ warn "Tilesets should not be larger than 4096x4096 pixels in total."
-- 
GitLab