start message to translators with TRANSLATORS
authorFriedrich Beckmann <friedrich.beckmann@gmx.de>
Wed, 6 Apr 2022 19:29:41 +0000 (21:29 +0200)
committerFriedrich Beckmann <friedrich.beckmann@gmx.de>
Wed, 6 Apr 2022 19:29:41 +0000 (21:29 +0200)
All comments which start with TRANSLATORS are visible for the
translators. The previous message is only visible if the translator
looks into the source code.

src/data/dictionary.c

index 054445a5e44fb45a108cf0a840aef1b8eae91183..9d39ab0267b331ce662cc6b0b2c0f0205fc17e61 100644 (file)
@@ -1525,7 +1525,7 @@ dict_add_document_line (struct dictionary *d, const char *line,
   truncated = line[trunc_len] != '\0';
   if (truncated && issue_warning)
     {
-      /* Note to translators: "bytes" is correct, not characters */
+      /* TRANSLATORS: "bytes" is correct, not characters due to UTF encoding */
       msg (SW, _("Truncating document line to %d bytes."), DOC_LINE_LENGTH);
     }