diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2017-06-09 17:03:28 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2017-06-09 17:23:39 +0200 |
commit | 064982c2017dccac81fb4e4c9c195ecc1cd15e26 (patch) | |
tree | f2bac05c8b852d663ae04c85b57287cf67febeab /src/Common | |
parent | 767f5137520015b873804a38837b0aa70e97d8bd (diff) | |
download | VeraCrypt-064982c2017dccac81fb4e4c9c195ecc1cd15e26.tar.gz VeraCrypt-064982c2017dccac81fb4e4c9c195ecc1cd15e26.zip |
Windows: Enhancements to EFI System Information dialog
Diffstat (limited to 'src/Common')
-rw-r--r-- | src/Common/Language.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Common/Language.xml b/src/Common/Language.xml index 36c3a42a..ab348a82 100644 --- a/src/Common/Language.xml +++ b/src/Common/Language.xml @@ -1421,6 +1421,7 @@ <string lang="en" key="EFI_PLATFORM_INFORMATION">EFI Platform Information</string> <string lang="en" key="EDIT_DCSPROP_FOR_ADVANCED_ONLY">WARNING: Inexperienced users should never attempt to manually edit boot loader configurations.\n\nContinue?</string> <string lang="en" key="DCSPROP_XML_VALIDATION_FAILED">WARNING: Failed to validate the XML format of the Boot Loader configuration. Please check your modifications.</string> + <control lang="en" key="IDT_ADVANCED_OPTIONS">Advanced Options</control> </localization> <!-- XML Schema --> <xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema"> |