aboutsummaryrefslogtreecommitdiff
path: root/unpack-trees.c
diff options
context:
space:
mode:
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>2014-02-21 19:50:18 +0700
committerJunio C Hamano <gitster@pobox.com>2014-02-24 09:08:37 -0800
commit754dbc43f078625f38c7908f19dc71a0c617ec85 (patch)
tree9c651c22e9763c9999871e3d9e3052dfc5e48e6e /unpack-trees.c
parent5f95c9f850b19b368c43ae399cc831b17a26a5ac (diff)
downloadgit-754dbc43f078625f38c7908f19dc71a0c617ec85.tar.gz
git-754dbc43f078625f38c7908f19dc71a0c617ec85.tar.xz
i18n: mark all progress lines for translation
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'unpack-trees.c')
-rw-r--r--unpack-trees.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/unpack-trees.c b/unpack-trees.c
index 164354dad..9535793f6 100644
--- a/unpack-trees.c
+++ b/unpack-trees.c
@@ -204,7 +204,7 @@ static int check_updates(struct unpack_trees_options *o)
total++;
}
- progress = start_progress_delay("Checking out files",
+ progress = start_progress_delay(_("Checking out files"),
total, 50, 1);
cnt = 0;
}