X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pspp;a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire-output-window.c;h=9886810f1134f109d7cc5496ad36f5876e587090;hp=19744c93012058dcc425d797f4e734f4a5f6ce5e;hb=c742f5287ac3c40742091c4f37d368f6206e3d3f;hpb=8c369831ce16e1f94ebccc3a5235dabc542d63db diff --git a/src/ui/gui/psppire-output-window.c b/src/ui/gui/psppire-output-window.c index 19744c9301..9886810f11 100644 --- a/src/ui/gui/psppire-output-window.c +++ b/src/ui/gui/psppire-output-window.c @@ -1043,7 +1043,8 @@ GtkWidget* psppire_output_window_new (void) { return GTK_WIDGET (g_object_new (psppire_output_window_get_type (), - "filename", "Output", + /* TRANSLATORS: This will form a filename. Please avoid whitespace. */ + "filename", _("Output"), "description", _("Output Viewer"), NULL)); }