From 8f1a5738a774586d08a21b03306eb60036e682ee Mon Sep 17 00:00:00 2001 From: marcrobledo Date: Sun, 12 Jun 2022 13:26:06 +0200 Subject: [PATCH] fixed broken string in latest PR --- js/locale.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/locale.js b/js/locale.js index 51c80ba..9ecc6fe 100644 --- a/js/locale.js +++ b/js/locale.js @@ -303,7 +303,7 @@ const LOCALIZATION={ 'fr':{ 'creator_mode': 'Mode créateur', 'settings': 'Configurations', - 'alternate_output_name': 'Utiliser le nom du patch pour renommer la ROM une fois patchée, + 'alternate_output_name': 'Utiliser le nom du patch pour renommer la ROM une fois patchée', 'light_theme': 'Thème Clair', 'apply_patch': 'Appliquer le patch', @@ -360,7 +360,7 @@ const LOCALIZATION={ 'error_invalid_patch': '无效补丁', 'warning_too_big': '不推荐使用大文件。' }, - 'it':{ + 'it':{ 'creator_mode': 'Modalità creatore', 'settings': 'Impostazioni', 'alternate_output_name': 'Usa il nome della patch per uscita',