Change terminology from "active file" to "active dataset".
[pspp-builds.git] / src / ui / gui / executor.c
index 07906dd1d20a027f380e32a6ab6edafd37a47c6d..6377107c85ee0a8ff82949ba81d55fb225c26f3a 100644 (file)
@@ -50,9 +50,9 @@ execute_syntax (struct lex_reader *lex_reader)
   unsigned long int lazy_serial;
 
   /* When the user executes a number of snippets of syntax in a
-     row, none of which read from the active file, the GUI becomes
+     row, none of which read from the active dataset, the GUI becomes
      progressively less responsive.  The reason is that each syntax
-     execution encapsulates the active file data in another
+     execution encapsulates the active dataset data in another
      datasheet layer.  The cumulative effect of having a number of
      layers of datasheets wastes time and space.