mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-15 04:40:05 +01:00
Add missing translation anotation.
This commit is contained in:
committed by
Milan Broz
parent
29c5deb4f1
commit
9da23371d5
@@ -1294,8 +1294,8 @@ static int _luksFormat(struct crypt_device **r_cd, char **r_password, size_t *r_
|
||||
/* Create header file (must contain at least one sector)? */
|
||||
if (ARG_SET(OPT_HEADER_ID) && stat(ARG_STR(OPT_HEADER_ID), &st) < 0 && errno == ENOENT) {
|
||||
if (!ARG_SET(OPT_BATCH_MODE_ID) &&
|
||||
!yesDialog("Header file does not exist, do you want to create it?",
|
||||
_("Operation aborted.\n")))
|
||||
!yesDialog(_("Header file does not exist, do you want to create it?"),
|
||||
_("Operation aborted.\n")))
|
||||
return -EPERM;
|
||||
|
||||
log_dbg("Creating header file.");
|
||||
|
||||
Reference in New Issue
Block a user