correct a spelling

This commit is contained in:
Laurent Mazet 2020-06-10 22:24:07 +02:00
parent f48df993ac
commit 2e40a8692e
3 changed files with 3 additions and 3 deletions

View File

@ -169,7 +169,7 @@ msgstr "{0} a changé la langue du plateau en {1}"
msgid "Check spelling for new words"
msgstr "Vérifier l'orthographe des mots nouveaux"
msgid "Incorrect speeling for {0} from {1}"
msgid "Incorrect spelling for {0} from {1}"
msgstr "Orthographe incorrecte pour {0} parmi {1}"
msgid "All words are correct: {0}"

View File

@ -175,7 +175,7 @@ msgstr ""
msgid "Check spelling for new words"
msgstr ""
msgid "Incorrect speeling for {0} from {1}"
msgid "Incorrect spelling for {0} from {1}"
msgstr ""
msgid "All words are correct: {0}"

View File

@ -1563,7 +1563,7 @@
/* Advice on erroneous spelling */
if (badWords.length > 0) {
const msg = chatMessage("", format(_("Incorrect speeling for {0} from {1}"), badWords, words));
const msg = chatMessage("", format(_("Incorrect spelling for {0} from {1}"), badWords, words));
msg.classList.add("error");
} else if (words.length > 0) {
chatMessage("", format(_("All words are correct: {0}"), words));