VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2016-12-08 17:40:05 +0100
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2016-12-08 17:53:29 +0100
commit22b9087a015f5c9caeae4e41c9407bd23f1432b6 (patch)
tree2a08e62b558a56796e4a83457bb4ea1cefbf1be2 /src
parent4262d4feb71aaade721ae5d06eec63ac07144a8f (diff)
downloadVeraCrypt-22b9087a015f5c9caeae4e41c9407bd23f1432b6.tar.gz
VeraCrypt-22b9087a015f5c9caeae4e41c9407bd23f1432b6.zip
Windows: use "Temporarily" instead of "Temporary" in the text of a preference option
Diffstat (limited to 'src')
-rw-r--r--src/Common/Language.xml2
-rw-r--r--src/Mount/Mount.rc2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/Common/Language.xml b/src/Common/Language.xml
index 38f2cc49..1addd375 100644
--- a/src/Common/Language.xml
+++ b/src/Common/Language.xml
@@ -170,7 +170,7 @@
<control lang="en" key="IDC_PREF_MOUNT_READONLY">Mount volumes as read-only</control>
<control lang="en" key="IDC_PREF_MOUNT_REMOVABLE">Mount volumes as removable media</control>
<control lang="en" key="IDC_PREF_OPEN_EXPLORER">Open Explorer window for successfully mounted volume</control>
- <control lang="en" key="IDC_PREF_TEMP_CACHE_ON_MULTIPLE_MOUNT">Temporary Cache password during "Mount Favorite Volumes" operations</control>
+ <control lang="en" key="IDC_PREF_TEMP_CACHE_ON_MULTIPLE_MOUNT">Temporarily cache password during "Mount Favorite Volumes" operations</control>
<control lang="en" key="IDC_PREF_USE_DIFF_TRAY_ICON_IF_VOL_MOUNTED">Use a different taskbar icon when there are mounted volumes</control>
<control lang="en" key="IDC_PREF_WIPE_CACHE_ON_AUTODISMOUNT">Wipe cached passwords on auto-dismount</control>
<control lang="en" key="IDC_PREF_WIPE_CACHE_ON_EXIT">Wipe cached passwords on exit</control>
diff --git a/src/Mount/Mount.rc b/src/Mount/Mount.rc
index 8a056c0c..094b5d00 100644
--- a/src/Mount/Mount.rc
+++ b/src/Mount/Mount.rc
@@ -81,7 +81,7 @@ BEGIN
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,11,254,146,11
CONTROL "Wipe cached passwords on exit",IDC_PREF_WIPE_CACHE_ON_EXIT,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,162,254,165,11
- CONTROL "Temporary Cache password during ""Mount Favorite Volumes"" operations",IDC_PREF_TEMP_CACHE_ON_MULTIPLE_MOUNT,
+ CONTROL "Temporarily cache password during ""Mount Favorite Volumes"" operations",IDC_PREF_TEMP_CACHE_ON_MULTIPLE_MOUNT,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,11,268,294,11
CONTROL "Wipe cached passwords on auto-dismount",IDC_PREF_WIPE_CACHE_ON_AUTODISMOUNT,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,11,282,296,11