Skip to content

Commit 6db5205

Browse files
committed
Merge branch 'va/i18n-remote-comment-to-align' into maint
Message fix. * va/i18n-remote-comment-to-align: i18n: remote: add comment for translators
2 parents 31efe2a + 6c1fbe1 commit 6db5205

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)