i18n: transport-helper.c: change N_() call to _()
commit3c5077fe338c5af4f003e298267aa4071c125c8a
authorVasco Almeida <vascomalmeida@sapo.pt>
Fri, 17 Jun 2016 20:21:13 +0000 (17 20:21 +0000)
committerJunio C Hamano <gitster@pobox.com>
Fri, 17 Jun 2016 22:45:49 +0000 (17 15:45 -0700)
tree476323641274a7ae7f6c3128ba64c379333cd673
parent14dc4899e535964311dfafc504dac941ecd52432
i18n: transport-helper.c: change N_() call to _()

The N_() no-op call currently marks the string to be extracted by
xgettext but doesn't trigger the retrieval of the translation at run
time, whereas _() does both. Meaning that, in spite of having
translations available, they were never retrieved to make use of them.

Signed-off-by: Vasco Almeida <vascomalmeida@sapo.pt>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
transport-helper.c