From: Ben Pfaff Date: Tue, 10 May 2011 04:42:06 +0000 (-0700) Subject: gui: Delete now-incorrect advice to translators. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fbuilds%2F20110510030502%2Fpspp;p=pspp 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 a61e56e583..3fa3a0b1d5 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)); }