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