On Sun, Feb 22, 2015, at 15:43, Sami Kerola wrote: > - fputs(_("!<cmd> or :!<cmd> Execute <cmd> in a subshell\n"), stdout); > - fputs(_("v Start up /usr/bin/vi at current line\n"), stdout); > + fputs(_("!<cmd> or :!<cmd> Execute <cmd> in a subshell\n"), stdout); fprintf(stdout, _( > + "v Start up '%s' at current line\n"), find_editor()); Forgot a newline after the semicolon before the fprinf()? Benno -- http://www.fastmail.com - Access your email from home and the web -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html