summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a6d28c9)
raw | patch | inline | side by side (parent: a6d28c9)
author | Ævar Arnfjörð Bjarmason <avarab@gmail.com> | |
Wed, 1 Sep 2010 18:49:22 +0000 (18:49 +0000) | ||
committer | Ævar Arnfjörð Bjarmason <avarab@gmail.com> | |
Sat, 30 Oct 2010 07:10:09 +0000 (07:10 +0000) |
Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
builtin/add.c | patch | blob | history |
diff --git a/builtin/add.c b/builtin/add.c
index 6578cdd2b63d9492a9c91994a83973e3fa7481de..eed37bfed33ae8e5ce0c2d0e2cceb8b936f06cee 100644 (file)
--- a/builtin/add.c
+++ b/builtin/add.c
/* 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]);