From 1cbbc7e5bc37ddd2e1c9281a3db30ed7309d289f Mon Sep 17 00:00:00 2001
From: stuebinm <stuebinm@disroot.org>
Date: Tue, 7 Dec 2021 20:41:48 +0100
Subject: [PATCH] =?UTF-8?q?properties:=20copyright=20=E2=86=92=20tilesetCo?=
 =?UTF-8?q?pyright?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 lib/Properties.hs | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/Properties.hs b/lib/Properties.hs
index 1d87311..a4465d4 100644
--- a/lib/Properties.hs
+++ b/lib/Properties.hs
@@ -117,8 +117,8 @@ checkTileset = do
   when (isJust (tilesetSource tileset))
     $ complain "Tilesets must be embedded and cannot be loaded from external files."
   -- TODO: check copyright!
-  unlessHasProperty "copyright"
-    $ forbid "property \"copyright\" is required for tilesets."
+  unlessHasProperty "tiledCopyright"
+    $ forbid "property \"tiledCopyright\" for tilesets must be set."
 
   -- check individual tileset properties
   mapM_ checkTilesetProperty (fromMaybe [] $ tilesetProperties tileset)
-- 
GitLab