mirror of
https://github.com/git/git.git
synced 2026-01-10 01:56:42 +00:00
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
@@ -46,7 +46,7 @@ void prune_packed_objects(int opts)
|
||||
|
||||
strbuf_addstr(&pathname, dir);
|
||||
if (opts & PRUNE_PACKED_VERBOSE)
|
||||
progress = start_progress_delay("Removing duplicate objects",
|
||||
progress = start_progress_delay(_("Removing duplicate objects"),
|
||||
256, 95, 2);
|
||||
|
||||
if (pathname.len && pathname.buf[pathname.len - 1] != '/')
|
||||
|
||||
Reference in New Issue
Block a user