X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata-out.c;h=be4471a047eca12f7e61073b0fcb8670b6041c09;hb=55dee937e22a49d01794ef772076d9f9d84199e9;hp=14c0f94b39bd514dfe2e6cf24e66a5bdfcd1c882;hpb=c0ea6ad1b06fc6d93f56c620a31df355afadf468;p=pspp-builds.git diff --git a/src/data-out.c b/src/data-out.c index 14c0f94b..be4471a0 100644 --- a/src/data-out.c +++ b/src/data-out.c @@ -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; }