i18n: git-status "Changes to be committed" message

Gettextize the "# Changes to be committed:" messages. Several tests
explicitly checked for this message. Change them to skip under
GETTEXT_POISON=YesPlease.

Since these tests didn't check for the rest of the git-status(1)
output this change has been split up from the "git-status basic
messages" patch.

Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Ævar Arnfjörð Bjarmason
2011-02-22 23:42:16 +00:00
committed by Junio C Hamano
parent 98f5e24b90
commit 919a4ce0c1
2 changed files with 11 additions and 11 deletions

View File

@ -148,7 +148,7 @@ static void wt_status_print_cached_header(struct wt_status *s)
{
const char *c = color(WT_STATUS_HEADER, s);
status_printf_ln(s, c, "Changes to be committed:");
status_printf_ln(s, c, _("Changes to be committed:"));
if (!advice_status_hints)
return;
if (s->in_merge)