From d0963a76241289b5860c774831285e7b43196685 Mon Sep 17 00:00:00 2001 From: Pierre Hyvernat Date: Tue, 19 Nov 2024 16:19:26 +0100 Subject: [PATCH] not consistent with case for variables in help messages --- i18n/gameshell-full-help/en.txt | 6 +++--- i18n/gameshell-full-help/fr.txt | 6 +++--- i18n/gameshell-full-help/it.txt | 6 +++--- i18n/gameshell-help/en.txt | 4 ++-- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/i18n/gameshell-full-help/en.txt b/i18n/gameshell-full-help/en.txt index 018ebd19..56adb23e 100644 --- a/i18n/gameshell-full-help/en.txt +++ b/i18n/gameshell-full-help/en.txt @@ -1,11 +1,11 @@ Commands specific to GameShell ============================== -gsh assert condition [msg] +gsh assert condition [MSG] check if the condition is true if not, display an error message -gsh assert check true/false [msg] +gsh assert check true/false [MSG] check the current mission's goal has been achieved if the result doesn't coincide with the expected result, display an error message @@ -27,7 +27,7 @@ gsh goal [N] show the current mission's goal if N is given, show the goal for mission N -gsh goto N (ADMIN) +gsh goto [N] (ADMIN) directly go to mission N (no password necessary if N is a previous mission) diff --git a/i18n/gameshell-full-help/fr.txt b/i18n/gameshell-full-help/fr.txt index 2ee5c459..c3868487 100644 --- a/i18n/gameshell-full-help/fr.txt +++ b/i18n/gameshell-full-help/fr.txt @@ -1,11 +1,11 @@ Commandes propres à GameShell ============================= -gsh assert condition [msg] +gsh assert condition [MSG] vérifie si la condition est vraie, sinon, affiche un message d'erreur -gsh assert_check true/false [msg] +gsh assert_check true/false [MSG] vérifie si l'objectif de la mission en cours est atteint si le résultat ne correspond pas au résultat attendu, affiche un message d'erreur @@ -26,7 +26,7 @@ gsh goal [N] affiche l'objectif de la mission en cours si N est donné, affiche l'objectif de la mission N -gsh goto N (ADMIN) +gsh goto [N] (ADMIN) passe directement à la mission N (le mot de passe n'est pas nécessaire si N est une mission précédente) diff --git a/i18n/gameshell-full-help/it.txt b/i18n/gameshell-full-help/it.txt index 54c926b3..fefcc545 100644 --- a/i18n/gameshell-full-help/it.txt +++ b/i18n/gameshell-full-help/it.txt @@ -1,11 +1,11 @@ Comandi specifici di GameShell ============================== -gsh assert condition [msg] +gsh assert condition [MSG] verifica se la condizione è vera altrimenti mostra un messaggio di errore -gsh assert check true/false [msg] +gsh assert check true/false [MSG] verifica se gli obiettivi della missione corrente sono stati raggiunti se il risultato non coincide con quello aspettato mostra un messaggio di errore @@ -29,7 +29,7 @@ gsh goal [N] mostra gli obiettivi della missione se N è fornito, mostra gli obiettivi della missione N -gsh goto N (ADMIN) +gsh goto [N] (ADMIN) vai direttamente alla missione N (nessuna password necessaria se N è la precedente) diff --git a/i18n/gameshell-help/en.txt b/i18n/gameshell-help/en.txt index c3af6de8..c9af61b2 100644 --- a/i18n/gameshell-help/en.txt +++ b/i18n/gameshell-help/en.txt @@ -10,9 +10,9 @@ gsh exit / Control-d (you can start from the current mission by running GameShell with the "-C" flag) -gsh goal [n] +gsh goal [N] show the current mission's goal - if n is given, show the goal for mission n + if n is given, show the goal for mission N gsh help shorter help message