Canonicalise some printed strings, to make translators' lives easier
[pspp-builds.git] / src / language / data-io / combine-files.c
index 644051804e40f3932c9dd2065b38f587d4bd0b2b..d4b9bf58905cde762b12510d4506f797630918cb 100644 (file)
@@ -378,12 +378,12 @@ combine_files (enum comb_command_type command,
         }
       if (n_tables)
         {
-          msg (SE, _("BY is required when TABLE is specified."));
+          msg (SE, _("BY is required when %s is specified."), "TABLE");
           goto error;
         }
       if (saw_sort)
         {
-          msg (SE, _("BY is required when SORT is specified."));
+          msg (SE, _("BY is required when %s is specified."), "SORT");
           goto error;
         }
     }