Changes since v2: * Moves question mark before the yes/no choices, to be more consistent with other tools. * Normalizes format string for bisect--helper, clean, add-patch. * Updates localized versions of all changed strings, which was missed in v2. Kashav Madan (4): bisect--helper: normalize format string of yes/no prompts clean: normalize format string of yes/no prompt add-patch: normalize format string of yes/no prompt help: make auto-correction prompt more consistent add-patch.c | 4 ++-- builtin/bisect--helper.c | 6 +++--- builtin/clean.c | 2 +- help.c | 2 +- po/bg.po | 14 +++++++------- po/ca.po | 20 ++++++++++---------- po/de.po | 20 ++++++++++---------- po/el.po | 14 +++++++------- po/es.po | 22 +++++++++++----------- po/fr.po | 20 ++++++++++---------- po/git.pot | 10 +++++----- po/id.po | 18 +++++++++--------- po/it.po | 14 +++++++------- po/ko.po | 16 ++++++++-------- po/pl.po | 20 ++++++++++---------- po/pt_PT.po | 16 ++++++++-------- po/ru.po | 16 ++++++++-------- po/sv.po | 22 +++++++++++----------- po/tr.po | 20 ++++++++++---------- po/vi.po | 20 ++++++++++---------- po/zh_CN.po | 20 ++++++++++---------- po/zh_TW.po | 20 ++++++++++---------- 22 files changed, 168 insertions(+), 168 deletions(-) base-commit: e773545c7fe7eca21b134847f4fc2cbc9547fa14 Published-As: https://github.com/gitgitgadget/git/releases/tag/pr-git-1166%2Fkashav%2Fmaster-v3 Fetch-It-Via: git fetch https://github.com/gitgitgadget/git pr-git-1166/kashav/master-v3 Pull-Request: https://github.com/git/git/pull/1166 Range-diff vs v2: 1: e6dc616c964 < -: ----------- help: make auto-correction prompt more consistent -: ----------- > 1: e7672e70cc9 bisect--helper: normalize format string of yes/no prompts -: ----------- > 2: 0c81a14247f clean: normalize format string of yes/no prompt -: ----------- > 3: 4a70e569f8a add-patch: normalize format string of yes/no prompt -: ----------- > 4: fc913ef31fb help: make auto-correction prompt more consistent -- gitgitgadget