mirror of
https://git.savannah.gnu.org/git/tar.git
synced 2026-08-16 14:26:04 +00:00
Remove non-ASCII comment text
This commit is contained in:
+2
-6
@@ -219,15 +219,11 @@ format_checkpoint_string (FILE *fp, intmax_t len,
|
||||
{
|
||||
if (do_write)
|
||||
/* TRANSLATORS: This is a "checkpoint of write operation",
|
||||
*not* "Writing a checkpoint".
|
||||
E.g. in Spanish "Punto de comprobación de escritura",
|
||||
*not* "Escribiendo un punto de comprobación" */
|
||||
*not* "Writing a checkpoint". */
|
||||
input = gettext ("Write checkpoint %u");
|
||||
else
|
||||
/* TRANSLATORS: This is a "checkpoint of read operation",
|
||||
*not* "Reading a checkpoint".
|
||||
E.g. in Spanish "Punto de comprobación de lectura",
|
||||
*not* "Leyendo un punto de comprobación" */
|
||||
*not* "Reading a checkpoint". */
|
||||
input = gettext ("Read checkpoint %u");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user