git-branch: remove lego in i18n messages
commitc179837cfb43f5e354417c44c31410de5a74623b
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Mon, 30 Apr 2012 15:33:12 +0000 (30 15:33 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 30 Apr 2012 17:49:49 +0000 (30 10:49 -0700)
tree9dd2a55d2b317927eb6c208cf833b3d48f78ae0e
parent10d4332e007132a38dc61f03c760d355da5cd550
git-branch: remove lego in i18n messages

Instead of making translators translate "remote " and then using
"%sbranch" where "%s" is either "remote " or "" just split the two up
into separate messages. This makes the translation of this section of
git-branch much less confusing.

Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/branch.c