Nguyễn Thái Ngọc Duy <pclo...@gmail.com> writes:

> 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 <pclo...@gmail.com>
> ---
> ...
>  Yep. Verified. Also checked that no other places have this problem.
>  xgettext probably detects this too. Without this patch it does not
>  collect this string. With this patch, it does.

Will queue; thanks.

>
>  git-am.sh | 4 ++--
>  1 tập tin đã bị thay đổi, 2 được thêm vào(+), 2 bị xóa(-)
>
> diff --git a/git-am.sh b/git-am.sh
> index bd9620c..c682d34 100755
> --- a/git-am.sh
> +++ b/git-am.sh
> @@ -855,8 +855,8 @@ did you forget to use 'git add'?"
>               eval_gettextln 'Patch failed at $msgnum $FIRSTLINE'
>               if test "$(git config --bool advice.amworkdir)" != false
>               then
> -                     eval_gettextln "The copy of the patch that failed is 
> found in:
> -   $dotest/patch"
> +                     eval_gettextln 'The copy of the patch that failed is 
> found in:
> +   $dotest/patch'
>               fi
>               stop_here_user_resolve $this
>       fi
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to