Vasco Almeida <vascomalmeida@xxxxxxx> writes: > These messages are relevant for the programmer only, not for the end > user. Thus, they can be unmarked for translation, saving translator > some work. > > Signed-off-by: Vasco Almeida <vascomalmeida@xxxxxxx> > --- > git-bisect.sh | 2 +- > wt-status.c | 4 ++-- > 2 files changed, 3 insertions(+), 3 deletions(-) > > diff --git a/git-bisect.sh b/git-bisect.sh > index 30d01bb..ae3cb01 100755 > --- a/git-bisect.sh > +++ b/git-bisect.sh > @@ -274,7 +274,7 @@ bisect_state() { > check_and_set_terms $state > case "$#,$state" in > 0,*) > - die "$(gettext "Please call 'bisect_state' with at least one argument.")" ;; > + die "Please call 'bisect_state' with at least one argument." ;; OK. This should have had "bug:" prefix from the beginning, but that is outside the topic. -- 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