]> git.ipfire.org Git - thirdparty/git.git/commit - builtin/index-pack.c
i18n: index-pack: use plural string instead of normal one
authorVasco Almeida <vascomalmeida@sapo.pt>
Fri, 8 Apr 2016 20:02:39 +0000 (20:02 +0000)
committerJunio C Hamano <gitster@pobox.com>
Fri, 8 Apr 2016 22:15:54 +0000 (15:15 -0700)
commit71d99b81dad4eaf3b25bedd5790d68df509f2a45
tree1878456f44d818f3b82d77f2d7fcd016508dc2f3
parent90f7b16b3adc78d4bbabbd426fb69aa78c714f71
i18n: index-pack: use plural string instead of normal one

Git could output "completed with 1 local objects", but in this
case using "object" instead of "objects" is the correct form.

Use Q_() instead of _().

Signed-off-by: Vasco Almeida <vascomalmeida@sapo.pt>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/index-pack.c