gui: Delete now-incorrect advice to translators. 20110510030502/pspp
authorBen Pfaff <blp@cs.stanford.edu>
Tue, 10 May 2011 04:42:06 +0000 (21:42 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Tue, 10 May 2011 05:41:30 +0000 (22:41 -0700)
The string to which the advice applied was deleted, but the comment
was mistakenly left behind.

src/ui/gui/psppire-syntax-window.c

index a61e56e583b7a045aabdc275c1ea9ab7813a2b05..3fa3a0b1d51a06a4db3e015f2d0b092719ed2106 100644 (file)
@@ -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));
 }