diff options
author | Junio C Hamano <gitster@pobox.com> | 2014-03-14 14:26:31 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-03-14 14:26:31 -0700 |
commit | 0963008cbf266db8001521c87084cea353005020 (patch) | |
tree | 0b3539923c45dd02000a0f27eade9e37d04f3b33 /unpack-trees.c | |
parent | 060be00621dbac572ac71d07ae40884e0d4303f3 (diff) | |
parent | 754dbc43f078625f38c7908f19dc71a0c617ec85 (diff) | |
download | git-0963008cbf266db8001521c87084cea353005020.tar.gz |
Merge branch 'nd/i18n-progress'
Mark the progress indicators from various time-consuming commands
for i18n/l10n.
* nd/i18n-progress:
i18n: mark all progress lines for translation
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 0692ebe16e..97fc995467 100644 --- a/unpack-trees.c +++ b/unpack-trees.c @@ -203,7 +203,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; } |