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>
This commit is contained in:
Nguyễn Thái Ngọc Duy
2014-02-21 19:50:18 +07:00
committed by Junio C Hamano
parent 5f95c9f850
commit 754dbc43f0
8 changed files with 13 additions and 12 deletions

View File

@ -579,7 +579,7 @@ void diffcore_rename(struct diff_options *options)
if (options->show_rename_progress) {
progress = start_progress_delay(
"Performing inexact rename detection",
_("Performing inexact rename detection"),
rename_dst_nr * rename_src_nr, 50, 1);
}