diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2015-09-23 01:07:52 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2015-09-26 17:44:12 +0200 |
commit | f07121f830c89fdf1cc9e7c54edd2423883ccce9 (patch) | |
tree | 2e0ca673f13d2878083c81db577e2be8bdcdbdff /src/Mount/Mount.rc | |
parent | f41be7399b414da60ab5eec2a84aedf5e77ae00e (diff) | |
download | VeraCrypt-f07121f830c89fdf1cc9e7c54edd2423883ccce9.tar.gz VeraCrypt-f07121f830c89fdf1cc9e7c54edd2423883ccce9.zip |
Windows: rename "Performance..." menu to "Performance/Driver Configuration" since we added IOCTL option
Diffstat (limited to 'src/Mount/Mount.rc')
-rw-r--r-- | src/Mount/Mount.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Mount/Mount.rc b/src/Mount/Mount.rc index d3f2386a..c6f8fd30 100644 --- a/src/Mount/Mount.rc +++ b/src/Mount/Mount.rc @@ -638,7 +638,7 @@ BEGIN MENUITEM "System Encryption...", IDM_SYSENC_SETTINGS
MENUITEM "System Favorite Volumes...", IDM_SYS_FAVORITES_SETTINGS
MENUITEM SEPARATOR
- MENUITEM "Performance...", IDM_PERFORMANCE_SETTINGS
+ MENUITEM "Performance/Driver Configuration", IDM_PERFORMANCE_SETTINGS
MENUITEM SEPARATOR
MENUITEM "Default Keyfiles...", IDM_DEFAULT_KEYFILES
MENUITEM "Default Mount Parameters...", IDM_DEFAULT_MOUNT_PARAMETERS
|