diff options
author | TigerxWood <TigerxWood@users.noreply.github.com> | 2023-09-16 00:49:08 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-15 23:49:08 +0200 |
commit | 1ff56db112a1904e35b2f02fa62eb7c136be5259 (patch) | |
tree | f2d518f6fd6391acfb9c59409e2f613fb6445d6c | |
parent | aa8dbc8b882b46b83c3fdff110c74f17132311a8 (diff) | |
download | VeraCrypt-1ff56db112a1904e35b2f02fa62eb7c136be5259.tar.gz VeraCrypt-1ff56db112a1904e35b2f02fa62eb7c136be5259.zip |
Update Language.xml (#1199)
Corrected small typo
-rw-r--r-- | src/Common/Language.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Common/Language.xml b/src/Common/Language.xml index 3b2a1a90..e819be47 100644 --- a/src/Common/Language.xml +++ b/src/Common/Language.xml @@ -1601,7 +1601,7 @@ <entry lang="en" key="EXPANDER_WARNING_FAT">Warning: The VeraCrypt volume contains a FAT file system!\n\nOnly the VeraCrypt volume itself will be expanded, but not the file system.\n\nDo you want to continue?</entry> <entry lang="en" key="EXPANDER_WARNING_EXFAT">Warning: The VeraCrypt volume contains an exFAT file system!\n\nOnly the VeraCrypt volume itself will be expanded, but not the file system.\n\nDo you want to continue?</entry> <entry lang="en" key="EXPANDER_WARNING_UNKNOWN_FS">Warning: The VeraCrypt volume contains an unknown or no file system!\n\nOnly the VeraCrypt volume itself will be expanded, the file system remains unchanged.\n\nDo you want to continue?</entry> - <entry lang="en" key="EXPANDER_ERROR_VOLUME_SIZE_TOO_SMALL">New volume size too small, must be at least %I64u kB larger than the current size.</entry> + <entry lang="en" key="EXPANDER_ERROR_VOLUME_SIZE_TOO_SMALL">New volume size too small, must be at least %I64u KiB larger than the current size.</entry> <entry lang="en" key="EXPANDER_ERROR_VOLUME_SIZE_TOO_LARGE">New volume size too large, not enough space on host drive.</entry> <entry lang="en" key="EXPANDER_ERROR_MAX_FILE_SIZE_EXCEEDED">Maximum file size of %I64u MB on host drive exceeded.</entry> <entry lang="en" key="EXPANDER_ERROR_QUICKEXPAND_PRIVILEGES">Error: Failed to get necessary privileges to enable Quick Expand!\nPlease uncheck Quick Expand option and try again.</entry> |