Remove URL from translatable string 20100727040509/pspp 20100728040502/pspp
authorJohn Darrington <john@darrington.wattle.id.au>
Mon, 26 Jul 2010 13:16:03 +0000 (15:16 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Mon, 26 Jul 2010 13:16:03 +0000 (15:16 +0200)
src/ui/gui/help-menu.c

index c24125d78aa1f995393de8b955720012b93dd4a8..aaadefc2b36b0c60c21545ed88565f962b69adea 100644 (file)
@@ -96,9 +96,9 @@ reference_manual (GtkMenuItem *menu, gpointer data)
   if ( ! g_spawn_command_line_async (cmd, &err) )
     {
       msg (ME, _("Cannot open reference manual: %s.  The PSPP user manual is "
-                 "also available at "
-                 "http://www.gnu.org/software/pspp/documentation.html"),
-           err->message);
+                 "also available at %s"),
+                  err->message,
+                  "http://www.gnu.org/software/pspp/documentation.html");
     }
 
   g_free (cmd);