impr: Better "File too large" banner wording (#2394)

Improve the wording of the localized string
This commit is contained in:
Artem Garmash
2025-08-09 15:08:05 +02:00
committed by GitHub
parent 411e971ba7
commit 08a08c2b3a

View File

@@ -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",