Fix missing translation macros.

This commit is contained in:
Milan Broz
2021-11-10 13:28:29 +01:00
parent 7086c414bc
commit a364355c16
6 changed files with 11 additions and 10 deletions

View File

@@ -291,10 +291,10 @@ int tools_wipe_all_signatures(const char *path)
while ((pr = blk_probe(h)) < PRB_EMPTY) {
if (blk_is_partition(h))
log_verbose("Existing '%s' partition signature on device %s will be wiped.",
log_verbose(_("Existing '%s' partition signature on device %s will be wiped."),
blk_get_partition_type(h), path);
if (blk_is_superblock(h))
log_verbose("Existing '%s' superblock signature on device %s will be wiped.",
log_verbose(_("Existing '%s' superblock signature on device %s will be wiped."),
blk_get_superblock_type(h), path);
if (blk_do_wipe(h)) {
log_err(_("Failed to wipe device signature."));