From b0031059256f50ccb806490fbd4e097fee0afc97 Mon Sep 17 00:00:00 2001 From: Diacius <77890144+Diacius@users.noreply.github.com> Date: Sat, 31 Jul 2021 02:21:57 +0100 Subject: [PATCH] Improve English Language (#963) Changed `clear` to `clearing` and `detail` to `details` --- LANGUAGES/languages.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LANGUAGES/languages.json b/LANGUAGES/languages.json index 8fcdff9e..d575bac8 100644 --- a/LANGUAGES/languages.json +++ b/LANGUAGES/languages.json @@ -186,7 +186,7 @@ "STR_SPACE_VAL_INVALID":"Invalid value for reserved space", "STR_MENU_CLEAR":"Clear Ventoy", "STR_CLEAR_SUCCESS":"Ventoy has been successfully removed from the device.", - "STR_CLEAR_FAILED":"An error occurred when clear Ventoy from disk. You can replug the USB and try again. Check log.txt for detail.", + "STR_CLEAR_FAILED":"An error occurred when clearing Ventoy from disk. You can replug the USB and try again. Check log.txt for details.", "STR_MENU_PART_STYLE":"Partition Style", "STR_DISK_2TB_MBR_ERROR":"Please select GPT for disk over 2TB", "STR_SHOW_ALL_DEV":"Show All Devices",