mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-18 14:20:09 +01:00
Add missing error message to translation.
This commit is contained in:
@@ -461,7 +461,7 @@ int tools_wipe_progress(uint64_t size, uint64_t offset, void *usrptr)
|
|||||||
check_signal(&r);
|
check_signal(&r);
|
||||||
if (r) {
|
if (r) {
|
||||||
tools_clear_line();
|
tools_clear_line();
|
||||||
log_err("\nWipe interrupted.");
|
log_err(_("\nWipe interrupted."));
|
||||||
}
|
}
|
||||||
|
|
||||||
return r;
|
return r;
|
||||||
@@ -626,7 +626,7 @@ int tools_reencrypt_progress(uint64_t size, uint64_t offset, void *usrptr)
|
|||||||
check_signal(&r);
|
check_signal(&r);
|
||||||
if (r) {
|
if (r) {
|
||||||
tools_clear_line();
|
tools_clear_line();
|
||||||
log_err("\nReencrypt interrupted.");
|
log_err(_("\nReencryption interrupted."));
|
||||||
}
|
}
|
||||||
|
|
||||||
return r;
|
return r;
|
||||||
|
|||||||
Reference in New Issue
Block a user