Sync with v2.9.1
[gitweb.git] / builtin / remote.c
index e1cc55e13c34b806f68fec5ee476dc3345fd2e8d..5ded3018afcf8c44fccac5062aa34df9ba013169 100644 (file)
@@ -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)");