Remove non-ASCII comment text

This commit is contained in:
Sergey Poznyakoff
2024-11-04 08:34:29 +02:00
parent b5bf1ccd18
commit a855a80d06
+2 -6
View File
@@ -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");
}