fix a typo in a displayed string

This commit is contained in:
Raphaël Jakse 2020-04-02 19:06:04 +02:00
parent f0581b97f6
commit b00da1a3b4
6 changed files with 6 additions and 6 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -75,7 +75,7 @@ msgid "You cannot take another tile: your rack is full."
msgstr "N'hallit ket kement ur pezh all. Leun eo ho touger-pezhioù."
msgid ""
"Are you sure you want to put all the tiles back in the bag (un order to play "
"Are you sure you want to put all the tiles back in the bag (in order to play "
"another game)?"
msgstr ""
"Sur oc'h e fell deoc'h adlakaat an holl bezhioù er sac'h (evit c'hoari en-"

View File

@ -22,7 +22,7 @@ msgstr "Pour changer de nom, saisissez-en un nouveau. Vous pouvez continuer à u
msgid "You cannot take another tile: your rack is full."
msgstr "Vous ne pouvez pas tirer de pièce : votre chevalet est complet."
msgid "Are you sure you want to put all the tiles back in the bag (un order to play another game)?"
msgid "Are you sure you want to put all the tiles back in the bag (in order to play another game)?"
msgstr "Êtes-vous sûr·e de vouloir remettre toutes les lettres du jeu dans le sac (en vue de jouer une nouvelle partie) ?"
msgid "Are you sure you want to put all your tiles back in the bag?"

View File

@ -24,7 +24,7 @@ msgstr ""
msgid "You cannot take another tile: your rack is full."
msgstr ""
msgid "Are you sure you want to put all the tiles back in the bag (un order to play another game)?"
msgid "Are you sure you want to put all the tiles back in the bag (in order to play another game)?"
msgstr ""
msgid "Are you sure you want to put all your tiles back in the bag?"

View File

@ -842,7 +842,7 @@
function clearGame() {
myConfirm(
_("Are you sure you want to put all the tiles back in the bag (un order to play another game)?"),
_("Are you sure you want to put all the tiles back in the bag (in order to play another game)?"),
function () {
sendCmds(
[{cmd: "resetGame"}]