Fix translation errors

This commit is contained in:
2021-04-21 11:25:14 +02:00
parent 41aabed0ce
commit cfabb90633
5 changed files with 19 additions and 4 deletions

View File

@ -52,7 +52,7 @@ Hooks.once('init', () => {
condkey = game.wfrp4e.utility.findKey(cond.toLowerCase(), game.wfrp4e.config.conditions, {caseInsensitive: true});
}
catch {
ui.notifications.error("L'état eéta inconnu : " + cond);
ui.notifications.error("L'état est inconnu : " + cond);
}
}
let condName = game.wfrp4e.config.conditions[condkey];