Fixed some issues with internationalisation
[pspp-builds.git] / src / data-out.c
index d54ebd1f0d43ec5fb1eafbc70606e157190ab011..be4471a047eca12f7e61073b0fcb8670b6041c09 100644 (file)
@@ -35,8 +35,6 @@
 #include "str.h"
 #include "var.h"
 
-#undef DEBUGGING
-/*#define DEBUGGING 1*/
 #include "debug-print.h"
 
 /* In older versions, numbers got their trailing zeros stripped.
@@ -360,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;
     }