From b2e7a8a6e198274426380f0ce396fc177fb20d62 Mon Sep 17 00:00:00 2001 From: Michel Daviot Date: Mon, 7 Jun 2021 21:41:04 +0000 Subject: [PATCH] typos --- module/item-sheet.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/item-sheet.js b/module/item-sheet.js index b51cb2ab..d6b881b0 100644 --- a/module/item-sheet.js +++ b/module/item-sheet.js @@ -102,7 +102,7 @@ export class RdDItemSheet extends ItemSheet { if ( actor ) { actor.effectuerTacheAlchimie(recetteId, tacheName, tacheData); } else { - ui.notifications.info("Impossible trouver un actur pour réaliser cette tache Alchimique."); + ui.notifications.info("Impossible de trouver un acteur pour réaliser cette tâche alchimique."); } });