From b331668c06fb1ee4c57fd3d6fee39fec4e00e04c Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Thu, 18 Feb 2016 01:35:37 +0100 Subject: Windows:Correct explanatory text in VeraCrypt Expander to reader "Mount" instead of "Start". --- src/ExpandVolume/ExpandVolume.rc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ExpandVolume') 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 -- cgit v1.2.3