]> git.ipfire.org Git - thirdparty/git.git/commit - sequencer.c
sequencer: actually translate report in do_exec()
authorOswald Buddenhagen <oswald.buddenhagen@gmx.de>
Fri, 28 Apr 2023 12:56:48 +0000 (14:56 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 28 Apr 2023 19:03:40 +0000 (12:03 -0700)
commitd45cbe3fe0e68253934cfdea4a960705fdb07852
tree8030d9cbeccb2126773b31a417572c48b08299d1
parent0d1bd1dfb37ef25e1911777c94129fc769ffec38
sequencer: actually translate report in do_exec()

N_() is meant to be used on strings that are subsequently _()'d, which
isn't the case here.

The affected construct is a bit questionable from an i18n perspective,
as it pieces together a sentence from separate strings. However, it
doesn't appear to be that bad, as the "assembly instructions" are in a
translatable message as well. Lacking specific complaints from
translators, it doesn't seem worth changing this.

Signed-off-by: Oswald Buddenhagen <oswald.buddenhagen@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
sequencer.c