i18n: builtin/pull.c: split strings marked for translation
commitdaf9f6499f853804270da4456664c2ff576774de
authorVasco Almeida <vascomalmeida@sapo.pt>
Tue, 19 Apr 2016 13:19:22 +0000 (19 13:19 +0000)
committerJunio C Hamano <gitster@pobox.com>
Tue, 19 Apr 2016 19:07:49 +0000 (19 12:07 -0700)
tree5febed46ac80852f5434910dfd500026a123b213
parent8a0de58a2a0cfd64944c2de9df184253286b7eac
i18n: builtin/pull.c: split strings marked for translation

Split string "If you wish to set tracking information
for this branch you can do so with:\n" to match occurring string in
git-parse-remote.sh. In this case, the translator handles it only once.

On the other hand, the translations of the string that were already made
are mark as fuzzy and the translator needs to correct it herself.

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