mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-14 20:30:04 +01:00
Add missing translation anotation.
This commit is contained in:
committed by
Milan Broz
parent
51bf5435f9
commit
3a29cbbf5d
@@ -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.");
|
||||||
|
|||||||
Reference in New Issue
Block a user