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
This commit is contained in:
Junio C Hamano
2014-03-14 14:26:31 -07:00
8 changed files with 13 additions and 12 deletions

View File

@ -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;
}