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:

committed by
Junio C Hamano

parent
5f95c9f850
commit
754dbc43f0
@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user