diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2016-02-18 01:35:37 +0100 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2016-02-20 02:05:48 +0100 |
commit | b331668c06fb1ee4c57fd3d6fee39fec4e00e04c (patch) | |
tree | e39c04ed65dce07e731ca672cdfbb9d622e67e22 /src/ExpandVolume/ExpandVolume.rc | |
parent | 8e8e273e11ee4198a369f0e5745b1544a70a5809 (diff) | |
download | VeraCrypt-b331668c06fb1ee4c57fd3d6fee39fec4e00e04c.tar.gz VeraCrypt-b331668c06fb1ee4c57fd3d6fee39fec4e00e04c.zip |
Windows:Correct explanatory text in VeraCrypt Expander to reader "Mount" instead of "Start".
Diffstat (limited to 'src/ExpandVolume/ExpandVolume.rc')
-rw-r--r-- | src/ExpandVolume/ExpandVolume.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ExpandVolume/ExpandVolume.rc b/src/ExpandVolume/ExpandVolume.rc index 7faeac40..897b75b1 100644 --- a/src/ExpandVolume/ExpandVolume.rc +++ b/src/ExpandVolume/ExpandVolume.rc @@ -64,7 +64,7 @@ BEGIN COMBOBOX IDC_VOLUME,56,192,212,74,CBS_DROPDOWN | CBS_AUTOHSCROLL | WS_VSCROLL | WS_TABSTOP
PUSHBUTTON "Select &File...",IDC_SELECT_FILE,276,192,84,14
PUSHBUTTON "Select D&evice...",IDC_SELECT_DEVICE,276,211,84,14
- DEFPUSHBUTTON "Start",IDOK,8,243,84,18,WS_GROUP
+ DEFPUSHBUTTON "Mount",IDOK,8,243,84,18,WS_GROUP
PUSHBUTTON "E&xit",IDC_EXIT,284,243,84,18,WS_GROUP
CONTROL 112,IDC_LOGO,"Static",SS_BITMAP | SS_NOTIFY | WS_BORDER,16,192,27,31
GROUPBOX "Volume",IDT_VOLUME,8,179,360,53
@@ -72,7 +72,7 @@ BEGIN GROUPBOX "",IDC_STATIC,282,238,88,24
GROUPBOX "",IDC_STATIC,6,238,88,24
GROUPBOX "",IDC_STATIC,1,147,373,123,BS_CENTER
- LTEXT "1. Select the VeraCrypt volume to be expanded\n2. Click the 'Start' button",IDC_STATIC,15,156,293,21
+ LTEXT "1. Select the VeraCrypt volume to be expanded\n2. Click the 'Mount' button",IDC_STATIC,15,156,293,21
LTEXT "Static",IDC_INFOEXPAND,8,6,361,134,SS_NOPREFIX | SS_SUNKEN,WS_EX_STATICEDGE
END
|