From: Ben Pfaff Date: Tue, 10 May 2011 04:42:06 +0000 (-0700) Subject: gui: Delete now-incorrect advice to translators. X-Git-Tag: v0.7.9~304 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=593e14e26faf487fc8c166738cc4b7ee54dfe2aa;p=pspp-builds.git gui: Delete now-incorrect advice to translators. The string to which the advice applied was deleted, but the comment was mistakenly left behind. --- 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)); }