From: Peter Verthez Date: Mon, 30 Dec 2002 10:51:03 +0000 (+0000) Subject: Added missing space. X-Git-Url: https://git.dlugolecki.net.pl/?a=commitdiff_plain;h=5446ab81fa43231c3609df22399850b986de2835;hp=aa8ecad6e0ea5a39617474460563ba6a7cddf963;p=gedcom-parse.git Added missing space. --- 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;