summaryrefslogtreecommitdiff
path: root/builtin
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2016-05-26 13:17:14 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2016-05-26 13:17:14 -0700
commit6db5205148124cec7dacf4b7ef2df81b6a012d12 (patch)
tree43b05eb6e3e2d56fac43aaf33c83ee87dd0c61f4 /builtin
parentMerge branch 'va/mailinfo-doc-typofix' into maint (diff)
parenti18n: remote: add comment for translators (diff)
downloadtgif-6db5205148124cec7dacf4b7ef2df81b6a012d12.tar.xz
Merge branch 'va/i18n-remote-comment-to-align' into maint
Message fix. * va/i18n-remote-comment-to-align: i18n: remote: add comment for translators
Diffstat (limited to 'builtin')
-rw-r--r--builtin/remote.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/builtin/remote.c b/builtin/remote.c
index fda5c2e53d..d33766be39 100644
--- a/builtin/remote.c
+++ b/builtin/remote.c
@@ -1154,6 +1154,8 @@ static int show(int argc, const char **argv)
url_nr = states.remote->url_nr;
}
for (i = 0; i < url_nr; i++)
+ /* TRANSLATORS: the colon ':' should align with
+ the one in " Fetch URL: %s" translation */
printf_ln(_(" Push URL: %s"), url[i]);
if (!i)
printf_ln(_(" Push URL: %s"), "(no URL)");