1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2025-11-12 03:18:26 -06:00

Merge pull request #206 from strazzere/patch-1

Fix typo
This commit is contained in:
Mounir IDRASSI
2017-11-27 15:59:50 +01:00
committed by GitHub

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.");