i18n: remote: add comment for translators
Add comment drawing translator attention in order to align "Push URL:" and "Fetch URL:" fields translation of git remote show output. Aligning both fields makes the output more appealing and easier to grasp. Signed-off-by: Vasco Almeida <vascomalmeida@sapo.pt> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Vasco Almeida committed
May 8, 2016 at 20:00 UTC
6c1fbe1e41dadc6a0b2efdebb2fe703ac3bb1f6b
1 file changed
+2
builtin/remote.c
+2
@@ -1154,6 +1154,8 @@ static int show(int argc, const char **argv)
1154
url_nr = states.remote->url_nr;
1155
}
1156
for (i = 0; i < url_nr; i++)
1157
+ /* TRANSLATORS: the colon ':' should align with
1158
+ the one in " Fetch URL: %s" translation */
1159
printf_ln(_(" Push URL: %s"), url[i]);
1160
if (!i)
1161
printf_ln(_(" Push URL: %s"), "(no URL)");