Skip to content

Commit 6c1fbe1

Browse files
vascoolgitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 90f7b16 commit 6c1fbe1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

builtin/remote.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1154,6 +1154,8 @@ static int show(int argc, const char **argv)
11541154
url_nr = states.remote->url_nr;
11551155
}
11561156
for (i = 0; i < url_nr; i++)
1157+
/* TRANSLATORS: the colon ':' should align with
1158+
the one in " Fetch URL: %s" translation */
11571159
printf_ln(_(" Push URL: %s"), url[i]);
11581160
if (!i)
11591161
printf_ln(_(" Push URL: %s"), "(no URL)");

0 commit comments

Comments
 (0)