Allow translation of default filenames in GUI
[pspp] / src / ui / gui / psppire-data-window.c
index e6d905e0b5dbfea3e534afbfa2fba9e674084ca2..dd87f53f7b92ac47bf5c7026049005d26e5419f8 100644 (file)
@@ -1267,6 +1267,8 @@ GtkWidget*
 psppire_data_window_new (void)
 {
   return GTK_WIDGET (g_object_new (psppire_data_window_get_type (),
+                                  /* TRANSLATORS: This will form a filename.  Please avoid whitespace. */
+                                  "filename", _("PSPP-data"),
                                   "description", _("Data Editor"),
                                   NULL));
 }