From: John Darrington Date: Mon, 26 Jul 2010 13:16:03 +0000 (+0200) Subject: Remove URL from translatable string X-Git-Tag: sav-api~144 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=333ac49429e7cbdd331907918725a2a386a9bcb3;p=pspp Remove URL from translatable string --- diff --git a/src/ui/gui/help-menu.c b/src/ui/gui/help-menu.c index c24125d78a..aaadefc2b3 100644 --- a/src/ui/gui/help-menu.c +++ b/src/ui/gui/help-menu.c @@ -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);