Continue reforming error message support. In this phase, we divide
[pspp-builds.git] / src / language / stats / flip.c
index 43d6d0f5b2a7916b5690625a03d322682d14fa17..f2c0290c0b31cf3823e2438cfd4793ae34645261 100644 (file)
@@ -91,7 +91,7 @@ cmd_flip (void)
 
   if (temporary != 0)
     {
-      msg (SM, _("FLIP ignores TEMPORARY.  "
+      msg (SW, _("FLIP ignores TEMPORARY.  "
                  "Temporary transformations will be made permanent."));
       cancel_temporary (); 
     }