From 38f3fc816ac1a9f894bc01a6cf9d9b97c2a2e21a Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Tue, 20 Jan 2015 07:01:21 +0100 Subject: Windows: use the same waiting message in dialog resource as it is in the language XML file. --- src/Common/Common.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Common') diff --git a/src/Common/Common.rc b/src/Common/Common.rc index d497b35d..7aa1d9f7 100644 --- a/src/Common/Common.rc +++ b/src/Common/Common.rc @@ -315,7 +315,7 @@ EXSTYLE WS_EX_TOPMOST CAPTION "VeraCrypt" FONT 8, "MS Shell Dlg", 0, 0, 0x0 BEGIN - CTEXT "Please wait...\nThis process may take a long time and VeraCrypt may become unresponsive.",IDT_STATIC_MODAL_WAIT_DLG_INFO,9,11,274,33 + CTEXT "Please wait...\nThis process may take a long time and VeraCrypt may seem unresponsive.",IDT_STATIC_MODAL_WAIT_DLG_INFO,9,11,274,33 CONTROL "",IDC_WAIT_PROGRESS_BAR,"msctls_progress32",WS_BORDER,7,49,278,14 END -- cgit v1.2.3