w->writer = xmlNewTextWriter (xmlOutputBufferCreateFile (w->file, NULL));
if (!w->writer)
{
- msg (ME, _("Internal error creating xmlTextWriter."));
+ msg (ME, _("Internal error creating xmlTextWriter. "
+ "Please report this to %s."), PACKAGE_BUGREPORT);
goto error;
}
{
if (t->ok)
{
- msg (SE, _("Internal error processing Z scores"));
+ msg (SE, _("Internal error processing Z scores. "
+ "Please report this to %s."),
+ PACKAGE_BUGREPORT);
t->ok = false;
}
descriptives_set_all_sysmis_zscores (t, *c);