Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx> --- I can't find the command that makes this message appear, but it seems to be a human-readable header printed by "git-add". builtin/add.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/builtin/add.c b/builtin/add.c index 6578cdd..eed37bf 100644 --- a/builtin/add.c +++ b/builtin/add.c @@ -188,7 +188,7 @@ static void refresh(int verbose, const char **pathspec) /* nothing */; seen = xcalloc(specs, 1); refresh_index(&the_index, verbose ? REFRESH_IN_PORCELAIN : REFRESH_QUIET, - pathspec, seen, "Unstaged changes after refreshing the index:"); + pathspec, seen, _("Unstaged changes after refreshing the index:")); for (i = 0; i < specs; i++) { if (!seen[i]) die(_("pathspec '%s' did not match any files"), pathspec[i]); -- 1.7.2.2.579.g2183d -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html