Add missing translation anotation.

This commit is contained in:
Ondrej Kozina
2020-10-21 11:44:44 +02:00
committed by Milan Broz
parent 51bf5435f9
commit 3a29cbbf5d

View File

@@ -1256,8 +1256,8 @@ static int _luksFormat(struct crypt_device **r_cd, char **r_password, size_t *r_
/* Create header file (must contain at least one sector)? */ /* Create header file (must contain at least one sector)? */
if (opt_header_device && stat(opt_header_device, &st) < 0 && errno == ENOENT) { if (opt_header_device && stat(opt_header_device, &st) < 0 && errno == ENOENT) {
if (!opt_batch_mode && if (!opt_batch_mode &&
!yesDialog("Header file does not exist, do you want to create it?", !yesDialog(_("Header file does not exist, do you want to create it?"),
_("Operation aborted.\n"))) _("Operation aborted.\n")))
return -EPERM; return -EPERM;
log_dbg("Creating header file."); log_dbg("Creating header file.");