Code

i18n: git-add "Unstaged changes" message
[git.git] / builtin / add.c
index 33b9970e15b1ffb20f2ce270d79661a6e602b2de..a512597a5c9c0b630f62dc50e3c9ad54950228bb 100644 (file)
@@ -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]);