From 4147557fe0826dd8476e371d4d096b5f1aaedab7 Mon Sep 17 00:00:00 2001 From: Natizyskunk <59120131+Natizyskunk@users.noreply.github.com> Date: Mon, 19 Apr 2021 15:05:09 +0200 Subject: [PATCH] Update locale.js Adding missing accent in 'creating_patch' french translation. --- js/locale.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/locale.js b/js/locale.js index 2feba1c..15993e2 100644 --- a/js/locale.js +++ b/js/locale.js @@ -205,7 +205,7 @@ const LOCALIZATION={ 'original_rom': 'ROM originale:', 'modified_rom': 'ROM modifiée:', 'patch_type': 'Type de patch:', - 'creating_patch': 'Creation du patch...', + 'creating_patch': 'Création du patch...', 'error_crc_input': 'Non-concordance de la somme de contrôle de la ROM source', 'error_crc_output': 'Non-concordance de la somme de contrôle de la ROM cible',