i18n: Change some strings to reduce work of translation.
[pspp-builds.git] / src / data / sys-file-reader.c
index 67767a9f4a32374e4d4bc6d4b835ad76617e8a74..521d0f0185b5088c3a79bd545aaf30db958cb3e0 100644 (file)
@@ -518,7 +518,7 @@ read_variable_record (struct sfm_reader *r, struct dictionary *dict,
 
   /* Create variable. */
   if (width < 0 || width > 255)
-    sys_error (r, _("Bad variable width %d."), width);
+    sys_error (r, _("Bad width %d for variable %s."), width, name);
   var = dict_create_var (dict, name, width);
   if (var == NULL)
     sys_error (r,