protect: change wording

This commit is contained in:
Pavol Rusnak 2017-07-31 02:35:53 +02:00
parent 82a06ce342
commit 45ca9bd583
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D
1 changed files with 1 additions and 1 deletions

View File

@ -195,7 +195,7 @@ bool protectPin(bool use_cached)
return true;
} else {
if (~*fails > MAX_WRONG_PINS) {
layoutDialog(&bmp_icon_error, NULL, NULL, NULL, _("Too many wrong PINs"), _("entered. Storage has"), _("been wiped."), NULL, _("Please unplug"), _("the device."));
layoutDialog(&bmp_icon_error, NULL, NULL, NULL, _("Too many wrong PIN"), _("attempts. Storage has"), _("been wiped."), NULL, _("Please unplug"), _("the device."));
storage_wipe();
for (;;) {} // loop forever
}