Replace syntactical keywords in error/warning messages by printf directives.
[pspp] / src / language / utilities / permissions.c
index 2ea91de1dcbac0ed27ce267fade61e32b8b6c983..a52cd198aa2c8aa15d8698806f677124d38c696e 100644 (file)
@@ -102,7 +102,7 @@ change_permissions (const char *file_name, enum PER per)
 
   if (settings_get_safer_mode ())
     {
-      msg (SE, _("This command not allowed when the SAFER option is set."));
+      msg (SE, _("This command not allowed when the %s option is set."), "SAFER");
       return 0;
     }