Added missing space.
authorPeter Verthez <Peter.Verthez@advalvas.be>
Mon, 30 Dec 2002 10:51:03 +0000 (10:51 +0000)
committerPeter Verthez <Peter.Verthez@advalvas.be>
Mon, 30 Dec 2002 10:51:03 +0000 (10:51 +0000)
gedcom/write.c

index 644c5a1b0d4f23db8ae6b74f39e82b3f22c40015..f0b1529ca8ca9271d107dbf1cc69aa98bca241c6 100644 (file)
@@ -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;