From 593e14e26faf487fc8c166738cc4b7ee54dfe2aa Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Mon, 9 May 2011 21:42:06 -0700 Subject: [PATCH] gui: Delete now-incorrect advice to translators. The string to which the advice applied was deleted, but the comment was mistakenly left behind. --- src/ui/gui/psppire-syntax-window.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ui/gui/psppire-syntax-window.c b/src/ui/gui/psppire-syntax-window.c index a61e56e5..3fa3a0b1 100644 --- a/src/ui/gui/psppire-syntax-window.c +++ b/src/ui/gui/psppire-syntax-window.c @@ -729,7 +729,6 @@ GtkWidget* psppire_syntax_window_new (void) { return GTK_WIDGET (g_object_new (psppire_syntax_window_get_type (), - /* TRANSLATORS: This will form a filename. Please avoid whitespace. */ "description", _("Syntax Editor"), NULL)); } -- 2.30.2