From: Ævar Arnfjörð Bjarmason Date: Wed, 1 Sep 2010 18:49:22 +0000 (+0000) Subject: gettextize: git-add refresh_index message X-Git-Tag: ko-pu~10^2~128 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=5ed75dde0e177f8edcfabee9604f5bb535d05552;p=git.git gettextize: git-add refresh_index message Signed-off-by: Ævar Arnfjörð Bjarmason --- diff --git a/builtin/add.c b/builtin/add.c index 6578cdd2b..eed37bfed 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]);