From bc06c9bbc9c8ead4ae270204d10f4ff686c764a4 Mon Sep 17 00:00:00 2001
From: Benjamin Auder <benjamin.auder@somewhere>
Date: Fri, 28 Feb 2020 15:04:33 +0100
Subject: [PATCH] Better text: 'set board size' (maybe a bit long tough...)

---
 client/src/components/MoveList.vue | 2 +-
 client/src/translations/en.js      | 1 +
 client/src/translations/es.js      | 1 +
 client/src/translations/fr.js      | 1 +
 4 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/client/src/components/MoveList.vue b/client/src/components/MoveList.vue
index 6ff93d8d..b3ca667c 100644
--- a/client/src/components/MoveList.vue
+++ b/client/src/components/MoveList.vue
@@ -17,7 +17,7 @@ div
       )
   div#boardSizeBtnContainer
     button#boardSizeBtn(onClick="window.doClick('modalAdjust')")
-      | {{ st.tr["Board size"] }}
+      | {{ st.tr["Set board size"] }}
   #scoreInfo(v-if="score!='*'")
     p {{ score }}
     p {{ st.tr[message] }}
diff --git a/client/src/translations/en.js b/client/src/translations/en.js
index 3c7cd7e6..0381f8d3 100644
--- a/client/src/translations/en.js
+++ b/client/src/translations/en.js
@@ -99,6 +99,7 @@ export const translations = {
   Send: "Send",
   "Self-challenge is forbidden": "Self-challenge is forbidden",
   "Send challenge": "Send challenge",
+  "Set board size": "Set board size",
   Settings: "Settings",
   "Show possible moves?": "Show possible moves?",
   "Show solution": "Show solution",
diff --git a/client/src/translations/es.js b/client/src/translations/es.js
index 1024f787..5fe02ff5 100644
--- a/client/src/translations/es.js
+++ b/client/src/translations/es.js
@@ -99,6 +99,7 @@ export const translations = {
   Send: "Enviar",
   "Self-challenge is forbidden": "Auto desafío está prohibido",
   "Send challenge": "Enviar desafío",
+  "Set board size": "Ajustar el tamaño del tablero",
   Settings: "Configuraciones",
   "Show possible moves?": "¿Mostrar posibles movimientos?",
   "Show solution": "Mostrar la solución",
diff --git a/client/src/translations/fr.js b/client/src/translations/fr.js
index 592e9a06..0dd74d23 100644
--- a/client/src/translations/fr.js
+++ b/client/src/translations/fr.js
@@ -99,6 +99,7 @@ export const translations = {
   Send: "Envoyer",
   "Self-challenge is forbidden": "Interdit de s'auto-défier",
   "Send challenge": "Envoyer défi",
+  "Set board size": "Régler la taille de l'échiquier",
   Settings: "Réglages",
   "Show possible moves?": "Montrer les coups possibles ?",
   "Show solution": "Montrer la solution",
-- 
2.44.0