`incorrrect` -> `incorrect`
This commit is contained in:
Tim Strazzere 2017-08-30 09:59:44 -07:00 committed by GitHub
parent 6575ce3e9e
commit 5b46b82e6d
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ namespace VeraCrypt
Map["NO"] = _("No");
Map["NO_VOLUMES_MOUNTED"] = _("No volumes mounted.");
Map["OPEN_NEW_VOLUME"] = _("Specify a New VeraCrypt Volume");
Map["PARAMETER_INCORRECT"] = _("Parameter incorrrect");
Map["PARAMETER_INCORRECT"] = _("Parameter incorrect");
Map["SELECT_KEYFILES"] = _("Select Keyfiles");
Map["START_TC"] = _("Start VeraCrypt");
Map["VOLUME_ALREADY_MOUNTED"] = _("The volume \"{0}\" is already mounted.");