Add missing error message to translation.

This commit is contained in:
Ondrej Kozina
2019-10-11 11:51:20 +02:00
parent 7c2086967b
commit 5568a780a9

View File

@@ -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;