From: Benjamin Auder <benjamin.auder@somewhere>
Date: Thu, 27 Dec 2018 21:11:15 +0000 (+0100)
Subject: Fix typo in db/populate (for Upsidedown variant)
X-Git-Url: https://git.auder.net/doc/html/assets/scripts/img/current/%24%7BgetWhatsApp%28link%29%7D?a=commitdiff_plain;h=261346af7c40cbcf52c5107b797987f84d2e90b6;p=vchess.git

Fix typo in db/populate (for Upsidedown variant)
---

diff --git a/db/populate.sql b/db/populate.sql
index c577a6c2..8cc67d9f 100644
--- a/db/populate.sql
+++ b/db/populate.sql
@@ -16,6 +16,6 @@ insert or ignore into Variants values
 	('Magnetic', 'Laws of attraction'),
 	('Marseille', 'Move twice'),
 	('Switching', 'Exchange pieces positions'),
-	('Upsidedown', 'Walking on the hands'),
+	('Upsidedown', 'Head upside down'),
 	('Wildebeest', 'Balanced sliders & leapers'),
 	('Zen', 'Reverse captures');