Fixed some issues with internationalisation
[pspp-builds.git] / src / data-out.c
index 14c0f94b39bd514dfe2e6cf24e66a5bdfcd1c882..be4471a047eca12f7e61073b0fcb8670b6041c09 100644 (file)
@@ -358,8 +358,9 @@ convert_Z (char *dst, const struct fmt_spec *fp, const union value *v)
 
   if (!warned)
     {
-      msg (MW, _("Quality of zoned decimal (Z) output format code is "
-                "suspect.  Check your results, report bugs to author."));
+      msg (MW, 
+       _("Quality of zoned decimal (Z) output format code is suspect.  Check your results. Report bugs to %s."),
+       PACKAGE_BUGREPORT);
       warned = 1;
     }