X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=gedcom%2Fwrite.c;h=f0b1529ca8ca9271d107dbf1cc69aa98bca241c6;hb=5446ab81fa43231c3609df22399850b986de2835;hp=644c5a1b0d4f23db8ae6b74f39e82b3f22c40015;hpb=aa8ecad6e0ea5a39617474460563ba6a7cddf963;p=gedcom-parse.git diff --git a/gedcom/write.c b/gedcom/write.c index 644c5a1..f0b1529 100644 --- a/gedcom/write.c +++ b/gedcom/write.c @@ -311,7 +311,7 @@ char* get_tag_string(int elt_or_rec, int tag) } } else { - gedcom_error(_("The element or record type '%s' requires a specific tag" + gedcom_error(_("The element or record type '%s' requires a specific tag " "for writing"), tag_data[elt_or_rec].elt_name); return NULL;