Rephrase warning a little bit.

This commit is contained in:
Milan Broz
2020-04-16 13:03:34 +02:00
parent f309ec21d7
commit 4a077fc2c9

View File

@@ -1993,9 +1993,9 @@ static int luksDump_with_volume_key(struct crypt_device *cd)
crypt_set_confirm_callback(cd, yesDialog, NULL);
if (!yesDialog(
_("Header dump with volume key is sensitive information\n"
"which allows access to encrypted partition without passphrase.\n"
"This dump should be always stored encrypted on safe place."),
_("The header dump with volume key is sensitive information\n"
"that allows access to encrypted partition without a passphrase.\n"
"This dump should be stored encrypted in a safe place."),
NULL))
return -EPERM;
@@ -2064,8 +2064,8 @@ static int luksDump_with_unbound_key(struct crypt_device *cd)
crypt_set_confirm_callback(cd, yesDialog, NULL);
if (!yesDialog(
_("Header dump with unbound key could contain sensitive information.\n"
"This dump should be stored encrypted on safe place."),
_("The header dump with unbound key is sensitive information.\n"
"This dump should be stored encrypted in a safe place."),
NULL))
return -EPERM;