On Mon, Sep 20, 2010 at 08:00, Peter Krefting <peter@xxxxxxxxxxxxxxxx> wrote: > Signed-off-by: Peter Krefting <peter@xxxxxxxxxxxxxxxx> > --- > Â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 Hi. I already squashed this and many other things as part of the next version of ab/i18n that I'm working on now. I'll be sending a message to the list soon with a pull request for it. I *thought* I mentioned that somewhere, but if not sorry for making you do un-needed work, and thanks a lot for the report about this issue. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html