Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2016-05-18 00:38:30 +0300
committerJunio C Hamano <gitster@pobox.com>2016-05-18 00:38:30 +0300
commitb7f61426675722b9841a534b8a850ca7fab5aa56 (patch)
treed28b9801712a449c108b3295957e2d23e57ce3c1 /builtin
parenta736214df3670ac3404b1ba8a4b6759391e75062 (diff)
parent6c1fbe1e41dadc6a0b2efdebb2fe703ac3bb1f6b (diff)
Merge branch 'va/i18n-remote-comment-to-align'
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)");