commit | f50b565a0f3af5a4045d0e713ac43e3f0de3aa9a | [log] [tgz] |
---|---|---|
author | Jiang Xin <worldhello.net@gmail.com> | Thu May 31 19:20:42 2012 +0800 |
committer | Junio C Hamano <gitster@pobox.com> | Fri Jun 01 07:43:10 2012 -0700 |
tree | 679b69b8b79f80c84e4982e8d6622d6c38714f37 | |
parent | b2478aa0858811c29061ed32c2686468b89d7296 [diff] |
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>