mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-17 05:40:13 +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);
|
||||
if (r) {
|
||||
tools_clear_line();
|
||||
log_err("\nWipe interrupted.");
|
||||
log_err(_("\nWipe interrupted."));
|
||||
}
|
||||
|
||||
return r;
|
||||
@@ -626,7 +626,7 @@ int tools_reencrypt_progress(uint64_t size, uint64_t offset, void *usrptr)
|
||||
check_signal(&r);
|
||||
if (r) {
|
||||
tools_clear_line();
|
||||
log_err("\nReencrypt interrupted.");
|
||||
log_err(_("\nReencryption interrupted."));
|
||||
}
|
||||
|
||||
return r;
|
||||
|
||||
Reference in New Issue
Block a user