On Sat, Jun 2, 2018 at 12:32 AM, Nguyễn Thái Ngọc Duy <pclouds@xxxxxxxxx> wrote: > There are also some rephrasing and breaking sentences to help > translators. > > Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@xxxxxxxxx> > --- > diff --git a/connect.c b/connect.c > @@ -921,7 +928,7 @@ static enum protocol parse_connect_url(const char *url_orig, char **ret_host, > if (!path || !*path) > - die("No path specified. See 'man git-pull' for valid url syntax"); > + die(_("no path specified. See 'man git-pull' for valid url syntax")); Perhaps: no path specified; see 'man git-pull' for valid url syntax ?