From 08a08c2b3ade7e5e886bf81aca618aeb64fd5693 Mon Sep 17 00:00:00 2001 From: Artem Garmash Date: Sat, 9 Aug 2025 15:08:05 +0200 Subject: [PATCH] impr: Better "File too large" banner wording (#2394) Improve the wording of the localized string --- plugins/builtin/romfs/lang/en_US.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/builtin/romfs/lang/en_US.json b/plugins/builtin/romfs/lang/en_US.json index 3d8d457a4..1f94f6d15 100644 --- a/plugins/builtin/romfs/lang/en_US.json +++ b/plugins/builtin/romfs/lang/en_US.json @@ -436,7 +436,7 @@ "hex.builtin.provider.file.size": "Size", "hex.builtin.provider.file.menu.open_file": "Open file externally", "hex.builtin.provider.file.menu.open_folder": "Open containing folder", - "hex.builtin.provider.file.too_large": "File is larger than limit set limit, changes will be written directly to the file. Allow write access anyways?", + "hex.builtin.provider.file.too_large": "File is larger than the set limit, changes will be written directly to the file. Allow write access anyway?", "hex.builtin.provider.file.too_large.allow_write": "Allow write access", "hex.builtin.provider.file.reload_changes": "File has been modified by an external source. Do you want to reload it?", "hex.builtin.provider.file.reload_changes.reload": "Reload",