From 394ed5d867402b8dec51094281492c1552d5478e Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Sun, 25 Jun 2023 00:41:02 +0200 Subject: Windows: Better language localization support for Expander. More work is needed to localize remaining string resources --- src/ExpandVolume/ExpandVolume.rc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/ExpandVolume/ExpandVolume.rc') diff --git a/src/ExpandVolume/ExpandVolume.rc b/src/ExpandVolume/ExpandVolume.rc index 76e4cf10..2da61a18 100644 --- a/src/ExpandVolume/ExpandVolume.rc +++ b/src/ExpandVolume/ExpandVolume.rc @@ -40,7 +40,7 @@ BEGIN CONTROL "Fill new space with random data",IDC_INIT_NEWSPACE, "Button",BS_AUTOCHECKBOX | WS_TABSTOP,30,120,276,10 CONTROL "Quick Expand",IDC_QUICKEXPAND,"Button",BS_AUTOCHECKBOX | NOT WS_VISIBLE | WS_DISABLED | WS_TABSTOP,30,132,276,10 - DEFPUSHBUTTON "Continue",IDOK,15,238,84,18 + DEFPUSHBUTTON "Continue",IDC_CONTINUE,15,238,84,18 PUSHBUTTON "Cancel",IDCANCEL,277,238,84,18 LTEXT "Help Text",IDC_BOX_HELP,15,165,346,58,0,WS_EX_CLIENTEDGE GROUPBOX "Enter new volume size",IDC_STATIC,15,83,346,63 @@ -73,7 +73,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 'Mount' button",IDC_STATIC,15,156,293,21 + LTEXT "1. Select the VeraCrypt volume to be expanded\n2. Click the 'Mount' button",IDC_STEPSEXPAND,15,156,293,21 LTEXT "Static",IDC_INFOEXPAND,8,6,361,134,SS_NOPREFIX | SS_SUNKEN,WS_EX_STATICEDGE END @@ -121,7 +121,7 @@ BEGIN RTEXT "Volume: ",IDT_VOL_NAME,31,16,42,8 GROUPBOX "",IDC_STATIC,15,7,346,72 CONTROL "",IDC_EXPAND_VOLUME_NAME,"Static",SS_SIMPLE | WS_GROUP,80,16,275,8,WS_EX_TRANSPARENT - DEFPUSHBUTTON "Continue",IDOK,15,247,84,18 + DEFPUSHBUTTON "Continue",IDC_CONTINUE,15,247,84,18 PUSHBUTTON "Cancel",IDCANCEL,277,247,84,18 EDITTEXT IDC_BOX_STATUS,15,176,346,66,ES_MULTILINE | ES_AUTOVSCROLL | ES_READONLY | ES_WANTRETURN | WS_VSCROLL CONTROL "",IDC_EXPAND_VOLUME_INITSPACE,"Static",SS_SIMPLE | WS_GROUP,80,64,275,8,WS_EX_TRANSPARENT -- cgit v1.2.3