Fixed some issues with internationalisation
[pspp-builds.git] / src / data-in.c
index eca83d0b44a96764d18b69171a15644284ad4bee..aac47680ff6731e791b807af483a3577eff9ab7e 100644 (file)
@@ -381,9 +381,10 @@ parse_Z (struct data_in *i)
 
     if (!warned)
       {
-       msg (MW, _("Quality of zoned decimal (Z) input format code is "
-                  "suspect.  Check your results three times, report bugs "
-                  "to author."));
+       msg (MW, 
+            _("Quality of zoned decimal (Z) input format code is "
+              "suspect.  Check your results three times. Report bugs "
+               "to %s."),PACKAGE_BUGREPORT);
        warned = 1;
       }
   }