Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2014-03-15 01:26:31 +0400
committerJunio C Hamano <gitster@pobox.com>2014-03-15 01:26:31 +0400
commit0963008cbf266db8001521c87084cea353005020 (patch)
tree0b3539923c45dd02000a0f27eade9e37d04f3b33 /unpack-trees.c
parent060be00621dbac572ac71d07ae40884e0d4303f3 (diff)
parent754dbc43f078625f38c7908f19dc71a0c617ec85 (diff)
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 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;
}