X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=gedcom%2Fwrite.c;h=f0b1529ca8ca9271d107dbf1cc69aa98bca241c6;hb=809c37c2f87962cbb9fcb84c851d961e276fef72;hp=f096c88b88f5ba4dd3ae5060f7cf9547438365b0;hpb=fe7273f0242015874a7617bd2ad4403a0f76e9fd;p=gedcom-parse.git diff --git a/gedcom/write.c b/gedcom/write.c index f096c88..f0b1529 100644 --- a/gedcom/write.c +++ b/gedcom/write.c @@ -155,7 +155,7 @@ int write_long(Gedcom_write_hndl hndl, int elt_or_rec, int cont_supported = supports_continuation(elt_or_rec, OPT_CONT); int cont_as_conc = supports_continuation(elt_or_rec, OPT_CONT_AS_CONC); if (nl_pos && !cont_supported) { - gedcom_error (_("The tag %s doesn't support newlines\n"), tag); + gedcom_error (_("The tag %s doesn't support newlines"), tag); return 1; } else { @@ -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;