am: quote string for translation before passing to eval_gettextln
commita312a271b92fe74f5954adbb824987b040926c4c
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Wed, 22 Aug 2012 14:48:03 +0000 (22 21:48 +0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 22 Aug 2012 16:59:52 +0000 (22 09:59 -0700)
tree7e73138d2c236af91aa68fe4133629838360c5f7
parent14bf2d58bc3b202da3ca34cfdf72392889135411
am: quote string for translation before passing to eval_gettextln

If it's not quoted, the string is expanded before it gets looked up in
gettext database and obviously nothing is returned.

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