]> git.ipfire.org Git - thirdparty/git.git/commit - builtin/remote.c
i18n: builtin/remote.c: fix mark for translation
authorVasco Almeida <vascomalmeida@sapo.pt>
Fri, 17 Jun 2016 20:20:50 +0000 (20:20 +0000)
committerJunio C Hamano <gitster@pobox.com>
Fri, 17 Jun 2016 22:45:47 +0000 (15:45 -0700)
commit070b7e441649b9c2543fda7bfbef0ad58761f869
tree87289673af09a99d1f9a26db9cb289f436a9d2b7
parent7bafc6758c73805a453b36dcd41720c17bf25216
i18n: builtin/remote.c: fix mark for translation

The second string inside _() was not being extracted for translation by
xgettext, meaning that, although the string was passed to gettext, there
was no translation available.

Mark each individual string instead of marking the result of ternary if.

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