summaryrefslogtreecommitdiff
path: root/unpack-trees.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2014-03-14 21:26:31 (GMT)
committerJunio C Hamano <gitster@pobox.com>2014-03-14 21:26:31 (GMT)
commit0963008cbf266db8001521c87084cea353005020 (patch)
tree0b3539923c45dd02000a0f27eade9e37d04f3b33 /unpack-trees.c
parent060be00621dbac572ac71d07ae40884e0d4303f3 (diff)
parent754dbc43f078625f38c7908f19dc71a0c617ec85 (diff)
downloadgit-0963008cbf266db8001521c87084cea353005020.zip
git-0963008cbf266db8001521c87084cea353005020.tar.gz
git-0963008cbf266db8001521c87084cea353005020.tar.bz2
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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/unpack-trees.c b/unpack-trees.c
index 0692ebe..97fc995 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;
}