http: give curl version warnings consistently
authorJunio C Hamano <gitster@pobox.com>
Thu, 25 Oct 2018 03:22:22 +0000 (12:22 +0900)
committerJunio C Hamano <gitster@pobox.com>
Fri, 26 Oct 2018 02:16:30 +0000 (11:16 +0900)
When a requested feature cannot be activated because the version of
cURL library used to build Git with is too old, most of the codepaths
give a warning like "$Feature is not supported with cURL < $Version",
marked for l10n. A few of them, however, did not follow that pattern
and said things like "$Feature is not activated, your curl version is
too old (>= $Version)", and without marking them for l10n.

Update these to match the style of the majority of warnings and mark
them for l10n.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found