diff options
author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2014-02-21 19:50:18 +0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-02-24 09:08:37 -0800 |
commit | 754dbc43f078625f38c7908f19dc71a0c617ec85 (patch) | |
tree | 9c651c22e9763c9999871e3d9e3052dfc5e48e6e /unpack-trees.c | |
parent | 5f95c9f850b19b368c43ae399cc831b17a26a5ac (diff) | |
download | git-754dbc43f078625f38c7908f19dc71a0c617ec85.tar.gz |
i18n: mark all progress lines for translationnd/i18n-progress
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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unpack-trees.c b/unpack-trees.c index 164354dad7..9535793f66 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; } |