diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2019-09-25 17:40:27 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2019-09-25 17:44:08 +0200 |
commit | 2a652b842fa8dc559fd88b36e4cc2dbbdd1070d7 (patch) | |
tree | e3d6c685d414ede48b57d797a32e5db2eca23ada /src/Common/Common.rc | |
parent | 06e8fbace7f7c85d9b5776c29e7ffc2534478616 (diff) | |
download | VeraCrypt-2a652b842fa8dc559fd88b36e4cc2dbbdd1070d7.tar.gz VeraCrypt-2a652b842fa8dc559fd88b36e4cc2dbbdd1070d7.zip |
Windows: Add two missing UI strings to XML translation files so that they can be localized correctly
Diffstat (limited to 'src/Common/Common.rc')
-rw-r--r-- | src/Common/Common.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Common/Common.rc b/src/Common/Common.rc index 60ea0a5a..6c926f52 100644 --- a/src/Common/Common.rc +++ b/src/Common/Common.rc @@ -97,7 +97,7 @@ BEGIN RTEXT "Volume PIM:",IDT_PIM,15,177,91,17,NOT WS_VISIBLE LTEXT "Volume Label in Windows:",IDT_VOLUME_LABEL,12,85,95,8 CONTROL "Only create virtual device without mounting on selected drive letter",IDC_DISABLE_MOUNT_MANAGER, - "Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,67,231,10 + "Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,67,261,10 END IDD_KEYFILES DIALOGEX 0, 0, 363, 251 |