apply: remove lego in i18n string in gitdiff_verify_name
commit4c5197d10f01f1dce817af05fd0837bce84708b7
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Sun, 6 May 2012 13:13:22 +0000 (6 20:13 +0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 8 May 2012 17:29:39 +0000 (8 10:29 -0700)
tree71ebe5153ab2874c65753ed8c67c6f9a3dd36156
parenta3935e6791c619a9f2f472e9e553d45d88c4e263
apply: remove lego in i18n string in gitdiff_verify_name

It marks the string "...inconsistent %s filename..." where %s is either
"old" or "new" from caller.  Make it two strings "...inconsistent new
filename..." and "...inconsistent old filename...".

Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/apply.c