summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <waker@users.sourceforge.net>2014-07-21 22:10:13 +0200
committerGravatar Alexey Yakovenko <waker@users.sourceforge.net>2014-07-21 22:10:13 +0200
commit645b3b15e9149fee8bbf6e0c8e23552a8c4d7595 (patch)
tree97b5518b70a175a449624e577e79dd9391977bce /main.c
parent7e071e954ff9050b43d94103d9429b5a012d8350 (diff)
separated wiki link from localizable text
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
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");
}