mirror of
https://git.tukaani.org/xz.git
synced 2025-03-03 15:10:41 +00:00
xz: Translate the second "%s: " in message.c since French needs "%s : ".
This string is used to print a filename when using "xz -v" and stderr isn't a terminal.
This commit is contained in:
parent
be644042c3
commit
b6b7d06585
@ -668,7 +668,7 @@ progress_flush(bool finished)
|
||||
cols[4]);
|
||||
} else {
|
||||
// The filename is always printed.
|
||||
fprintf(stderr, "%s: ", filename);
|
||||
fprintf(stderr, _("%s: "), filename);
|
||||
|
||||
// Percentage is printed only if we didn't finish yet.
|
||||
if (!finished) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user