Change terminology from "active file" to "active dataset".
[pspp-builds.git] / src / language / dictionary / mrsets.c
index 8497a059ca857f11344beaa414f987b1e9d48223..f607ac928f4f48039183569e5ea6d235a0344a62 100644 (file)
@@ -537,8 +537,8 @@ parse_display (struct lexer *lexer, struct dictionary *dict)
   if (n == 0)
     {
       if (dict_get_n_mrsets (dict) == 0)
-        msg (SN, _("The active file dictionary does not contain any multiple "
-                   "response sets."));
+        msg (SN, _("The active dataset dictionary does not contain any "
+                   "multiple response sets."));
       stringi_set_destroy (&mrset_names_set);
       return true;
     }