diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2015-01-20 07:01:21 +0100 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2015-01-20 12:41:55 +0100 |
commit | 38f3fc816ac1a9f894bc01a6cf9d9b97c2a2e21a (patch) | |
tree | 3071c3ac7903211fae57fa7b16682797091f91a7 /src/Common/Common.rc | |
parent | 3794df4f31665a6b5917f8cbf29b524b9ee2a18b (diff) | |
download | VeraCrypt-38f3fc816ac1a9f894bc01a6cf9d9b97c2a2e21a.tar.gz VeraCrypt-38f3fc816ac1a9f894bc01a6cf9d9b97c2a2e21a.zip |
Windows: use the same waiting message in dialog resource as it is in the language XML file.
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 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
|