From: Max Kellermann Date: Tue, 28 Mar 2017 21:28:02 +0000 (+0200) Subject: conf: merge two translatable strings X-Git-Tag: v0.28~26 X-Git-Url: https://git.tokkee.org/?p=ncmpc.git;a=commitdiff_plain;h=6305a540396ba2936673c1ddd0d2fbfeac3dcb9e conf: merge two translatable strings --- diff --git a/src/conf.c b/src/conf.c index b8e9c5d..81c280a 100644 --- a/src/conf.c +++ b/src/conf.c @@ -424,7 +424,7 @@ parse_line(char *line) ++line; line = skip_spaces(line); } else if (line == name_end) { - print_error(_("'=' expected"), name_end); + print_error(_("Missing '='"), name_end); return false; }