Code

gettextize: git-pull "You asked to pull" message
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Mon, 13 Sep 2010 19:02:23 +0000 (19:02 +0000)
committerÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Sat, 30 Oct 2010 07:58:21 +0000 (07:58 +0000)
commit516d15fbc58504a54319eed4cf8b9d67bbcb8432
tree14af09a0dc3103670c88f2998fce5280dcff3054
parent8b6cda76d32acf45a94e07f37f31402a2355ea87
gettextize: git-pull "You asked to pull" message

Gettextize the "You asked to pull" error message. This message
interpolated $1 which won't work with eval_gettext for obvious
reasons, so I needed to provide an alias for it.

This also made the message easier to translate, and I added a
TRANSLATORS comment to make it even easier.

Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
git-pull.sh