Use SW instead of MW for warning associated with a syntax file
[pspp-builds.git] / src / language / xforms / select-if.c
index 5f15b43ebe1aed6d932e55490d07e57677a1d155..e83abcdb4ab67a6cce0de970543c1a7af8ba97b3 100644 (file)
@@ -140,7 +140,7 @@ cmd_process_if (void)
 
   if (process_if_expr)
     {
-      msg (MW, _("Only last instance of this command is in effect."));
+      msg (SW, _("Only last instance of this command is in effect."));
       expr_free (process_if_expr);
     }
   process_if_expr = e;