Hi, it looks like the problem was not so simple that I had supposed. But I had this correct (no fuzzy) in the previous bison version:
http://translationproject.org/PO-files/fi/bison-2.4.1a.fi.po #: src/reader.c:134 src/symtab.c:141 src/symtab.c:149 src/symtab.c:912 #: src/symtab.c:925 src/symtab.c:938 src/symtab.c:951 #, c-format msgid "previous declaration" msgstr "edellinen esittely" In the following .pot file it was by this way: http://translationproject.org/POT-files/bison-2.4.1b.pot #: src/reader.c:134 src/symtab.c:141 src/symtab.c:149 src/symtab.c:912 #: src/symtab.c:925 src/symtab.c:938 src/symtab.c:951 #, c-format msgid "previous declaration" msgstr "" When an now .fi.po file was generated, it was marked as a "fuzzy", and I supposed that it was because of that c-format definition. And when I send a new translation to the translation robot yesterday, I left that "#, c-format" line away, but the translation robot fixed it back according to .pot file: http://translationproject.org/PO-files/fi/bison-2.4.1b.fi.po #: src/reader.c:134 src/symtab.c:141 src/symtab.c:149 src/symtab.c:912 #: src/symtab.c:925 src/symtab.c:938 src/symtab.c:951 #, c-format msgid "previous declaration" msgstr "edellinen esittely" Now it is not marked as "fuzzy" but I suppose that when the next .pot file version will be generated, it will again be marked as a fuzzy because that c-format definition is still in that .pot file. But I can be wrong. Best regards, Jorma Karvonen
