i18n: apply: split to fix a partial i18n message
commitf50b565a0f3af5a4045d0e713ac43e3f0de3aa9a
authorJiang Xin <worldhello.net@gmail.com>
Thu, 31 May 2012 11:20:42 +0000 (31 19:20 +0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 1 Jun 2012 14:43:10 +0000 (1 07:43 -0700)
tree679b69b8b79f80c84e4982e8d6622d6c38714f37
parentb2478aa0858811c29061ed32c2686468b89d7296
i18n: apply: split to fix a partial i18n message

The 4th arg of "new mode (%o) of %s does not match old mode (%o)%s%s"
is blank string or string " of ". Even mark the string " of " for a
complete i18n, this message is still hard to translate right.

Split it into two slight different messages would make l10n teams happy.

Signed-off-by: Jiang Xin <worldhello.net@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/apply.c