Re: [PATCH v3 04/14] i18n: blame: mark error messages for translation

2016-09-15 Thread Junio C Hamano
Vasco Almeida writes: > @@ -2790,7 +2790,7 @@ int cmd_blame(int argc, const char **argv, const char > *prefix) > else { > o = get_origin(, sb.final, path); > if (fill_blob_sha1_and_mode(o)) > - die("no such path %s in

[PATCH v3 04/14] i18n: blame: mark error messages for translation

2016-09-15 Thread Vasco Almeida
Mark error messages for translation passed to die() function. Change "Cannot" to lowercase following the usual style. Reflect changes to test by using test_i18ngrep. Signed-off-by: Vasco Almeida --- builtin/blame.c | 18 ++