From: Peter Krefting <peter@softwolves.pp.se>
To: git@vger.kernel.org, avarab@gmail.com
Subject: [PATCH 1/2] Command names should not be translated.
Date: Mon, 20 Sep 2010 09:00:00 +0100 [thread overview]
Message-ID: <0001.Command.names.should.not.be.translated.20100920@softwolves.pp.se> (raw)
Signed-off-by: Peter Krefting <peter@softwolves.pp.se>
---
wt-status.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Re-sending with proper Message-Id. Sorry for the noise.
diff --git a/wt-status.c b/wt-status.c
index f6946e1..7d4719f 100644
--- a/wt-status.c
+++ b/wt-status.c
@@ -663,9 +663,9 @@ void wt_status_print(struct wt_status *s)
wt_status_print_submodule_summary(s, 1); /* unstaged */
}
if (s->show_untracked_files) {
- wt_status_print_other(s, &s->untracked, _("Untracked"), _("add"));
+ wt_status_print_other(s, &s->untracked, _("Untracked"), "add");
if (s->show_ignored_files)
- wt_status_print_other(s, &s->ignored, _("Ignored"), _("add -f"));
+ wt_status_print_other(s, &s->ignored, _("Ignored"), "add -f");
} else if (s->commitable)
fprintf(s->fp, _("# Untracked files not listed%s\n"),
advice_status_hints
--
1.7.1
next reply other threads:[~2010-09-20 8:16 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-09-20 8:00 Peter Krefting [this message]
2010-09-20 8:00 ` [PATCH 2/2] po/sv.po: Add Swedish translation Peter Krefting
2010-09-20 10:17 ` Peter Krefting
2010-09-20 10:22 ` [PATCH 1/2] Command names should not be translated Ævar Arnfjörð Bjarmason
2010-09-20 11:32 ` Peter Krefting
2010-09-20 11:37 ` Ævar Arnfjörð Bjarmason
2010-09-21 7:12 ` Peter Krefting
-- strict thread matches above, loose matches on Subject: below --
2010-09-20 8:00 Peter Krefting
2010-09-12 20:09 Peter Krefting
2010-09-12 22:51 ` Ævar Arnfjörð Bjarmason
2010-09-13 5:07 ` Peter Krefting
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=0001.Command.names.should.not.be.translated.20100920@softwolves.pp.se \
--to=peter@softwolves.pp.se \
--cc=avarab@gmail.com \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).