X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pspp;a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire-data-window.c;h=dd87f53f7b92ac47bf5c7026049005d26e5419f8;hp=e6d905e0b5dbfea3e534afbfa2fba9e674084ca2;hb=c742f5287ac3c40742091c4f37d368f6206e3d3f;hpb=8c369831ce16e1f94ebccc3a5235dabc542d63db diff --git a/src/ui/gui/psppire-data-window.c b/src/ui/gui/psppire-data-window.c index e6d905e0b5..dd87f53f7b 100644 --- a/src/ui/gui/psppire-data-window.c +++ b/src/ui/gui/psppire-data-window.c @@ -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)); }