VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2020-12-13 01:53:37 +0100
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2020-12-13 01:54:47 +0100
commitd12faf5b577d2aee2ca546ea31bf8b5072deb79a (patch)
treee2bf8147ef93f01a7e49f960e3ef7b78e8cbc7c0 /src
parente42323802b4bc1b272effe3bace768ab9df4745d (diff)
downloadVeraCrypt-d12faf5b577d2aee2ca546ea31bf8b5072deb79a.tar.gz
VeraCrypt-d12faf5b577d2aee2ca546ea31bf8b5072deb79a.zip
Fix invalid escape sequence in Language.xml
Diffstat (limited to 'src')
-rw-r--r--src/Common/Language.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Common/Language.xml b/src/Common/Language.xml
index eea80dfe..62384615 100644
--- a/src/Common/Language.xml
+++ b/src/Common/Language.xml
@@ -1454,7 +1454,7 @@
<entry lang="en" key="TASKICON_PREF_DISMOUNT_VOL">Dismount Mounted Volumes</entry>
<entry lang="en" key="DISK_FREE">Free space available: {0}</entry>
<entry lang="en" key="VOLUME_SIZE_HELP">Please specify the size of the container to create. Note that the minimum possible size of a volume is 292 KiB.</entry>
- <entry lang="en" key="LINUX_CONFIRM_INNER_VOLUME_CALC">WARNING: You have selected a filesystem other than FAT for the outer volume.\nPlease Note that in this case VeraCrypt can't calculate the exact maximum allowed size for the hidden volume and it will use only an estimation that can be wrong.\nThus, it is your responsibility to use an adequate value for the size of the hidden volume so that it doesn\'t overlap the outer volume.\n\nDo you want to continue using the selected filesystem for the outer volume?</entry>
+ <entry lang="en" key="LINUX_CONFIRM_INNER_VOLUME_CALC">WARNING: You have selected a filesystem other than FAT for the outer volume.\nPlease Note that in this case VeraCrypt can't calculate the exact maximum allowed size for the hidden volume and it will use only an estimation that can be wrong.\nThus, it is your responsibility to use an adequate value for the size of the hidden volume so that it does not overlap the outer volume.\n\nDo you want to continue using the selected filesystem for the outer volume?</entry>
<entry lang="en" key="LINUX_PREF_TAB_SECURITY">Security</entry>
<entry lang="en" key="LINUX_PREF_TAB_MOUNT_OPTIONS">Mount Options</entry>
<entry lang="en" key="LINUX_PREF_TAB_BACKGROUND_TASK">Background Task</entry>