VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Common
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2015-01-20 07:01:21 +0100
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2015-01-20 12:41:55 +0100
commit38f3fc816ac1a9f894bc01a6cf9d9b97c2a2e21a (patch)
tree3071c3ac7903211fae57fa7b16682797091f91a7 /src/Common
parent3794df4f31665a6b5917f8cbf29b524b9ee2a18b (diff)
downloadVeraCrypt-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')
-rw-r--r--src/Common/Common.rc2
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