summaryrefslogtreecommitdiff
path: root/wt-status.c
diff options
context:
space:
mode:
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>2011-02-22 23:42:16 (GMT)
committerJunio C Hamano <gitster@pobox.com>2011-03-10 07:52:56 (GMT)
commit919a4ce0c110a22c00aa854aa16638786b143feb (patch)
tree9d63178907dd1917bd340651d38277de372763f2 /wt-status.c
parent98f5e24b9020578e4526eb1cc9588871350e5c01 (diff)
downloadgit-919a4ce0c110a22c00aa854aa16638786b143feb.zip
git-919a4ce0c110a22c00aa854aa16638786b143feb.tar.gz
git-919a4ce0c110a22c00aa854aa16638786b143feb.tar.bz2
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>
Diffstat (limited to 'wt-status.c')
-rw-r--r--wt-status.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wt-status.c b/wt-status.c
index a1aa5b2..321c4f8 100644
--- a/wt-status.c
+++ b/wt-status.c
@@ -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)