mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-05 16:00:05 +01:00
Add missing translation tag.
This commit is contained in:
committed by
Milan Broz
parent
d9dad29149
commit
fa12a0a490
@@ -558,7 +558,7 @@ int LUKS2_keyslot_reencrypt_update(struct crypt_device *cd,
|
||||
|
||||
r = LUKS2_keyslot_reencrypt_digest_create(cd, hdr, vks);
|
||||
if (r < 0)
|
||||
log_err(cd, "Failed to refresh reencryption verification digest.");
|
||||
log_err(cd, _("Failed to refresh reencryption verification digest."));
|
||||
|
||||
return r;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user