diff options
author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2014-02-21 13:50:18 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-02-24 18:08:37 +0100 |
commit | 754dbc43f078625f38c7908f19dc71a0c617ec85 (patch) | |
tree | 9c651c22e9763c9999871e3d9e3052dfc5e48e6e /unpack-trees.c | |
parent | Git 1.9.0 (diff) | |
download | git-754dbc43f078625f38c7908f19dc71a0c617ec85.tar.xz git-754dbc43f078625f38c7908f19dc71a0c617ec85.zip |
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.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; } |