Whitespace changes for the benefit of xgettext.
[pspp-builds.git] / src / ui / gui / about.c
index d9bc2803321e0ad2efe5411dd728b840047b5b34..f520762fc1f090647b2af3d446aeae3808a6e575 100644 (file)
@@ -66,11 +66,13 @@ about_new (GtkMenuItem *m, GtkWindow *parent)
   gtk_about_dialog_set_copyright (GTK_ABOUT_DIALOG (about),
                                  "Free Software Foundation");
 
-
-  /* TRANSLATORS: Use this string to list the people who have helped with
-     translation to your language. */
-  gtk_about_dialog_set_translator_credits (GTK_ABOUT_DIALOG (about),
-                                          _("translator-credits"));
+  gtk_about_dialog_set_translator_credits 
+    (
+     GTK_ABOUT_DIALOG (about),
+     /* TRANSLATORS: Use this string to list the people who have helped with
+       translation to your language. */
+     _("translator-credits")
+     );
 
   gtk_window_set_transient_for (GTK_WINDOW (about), parent);