From 645b3b15e9149fee8bbf6e0c8e23552a8c4d7595 Mon Sep 17 00:00:00 2001 From: Alexey Yakovenko Date: Mon, 21 Jul 2014 22:10:13 +0200 Subject: separated wiki link from localizable text --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.c') diff --git a/main.c b/main.c index bcf07fbc..8c67d9d8 100644 --- a/main.c +++ b/main.c @@ -107,7 +107,7 @@ print_help (void) { " [l]ength, track[n]umber, [y]ear, [c]omment,\n" " copy[r]ight, [e]lapsed\n")); fprintf (stdout, _(" e.g.: --nowplaying \"%%a - %%t\" should print \"artist - title\"\n")); - fprintf (stdout, _(" for more info, see http://github.com/Alexey-Yakovenko/deadbeef/wiki/Title-formatting\n")); + fprintf (stdout, _(" for more info, see %s\n"), "http://github.com/Alexey-Yakovenko/deadbeef/wiki/Title-formatting"); bind_textdomain_codeset (PACKAGE, "UTF-8"); } -- cgit v1.2.3