Change terminology from "active file" to "active dataset".
[pspp-builds.git] / src / language / dictionary / delete-variables.c
index 027315b65f09b81c47e6c050962fe67f06caf8ed..c9040adc934a898a985c0c1101f6f54322a913c0 100644 (file)
@@ -45,7 +45,8 @@ cmd_delete_variables (struct lexer *lexer, struct dataset *ds)
   if (var_cnt == dict_get_var_cnt (dataset_dict (ds)))
     {
       msg (SE, _("DELETE VARIABLES may not be used to delete all variables "
-                 "from the active file dictionary.  Use NEW FILE instead."));
+                 "from the active dataset dictionary.  "
+                 "Use NEW FILE instead."));
       goto error;
     }