# HG changeset patch # User Takumi IINO # Date 2013-01-29 08:56:11 # Node ID e971b511e0f48581545656cf412b3416714a764a # Parent cab58d490ab787d7aec59b1633528d102ab71a19 i18n improve diff --git a/rhodecode/templates/login.html b/rhodecode/templates/login.html --- a/rhodecode/templates/login.html +++ b/rhodecode/templates/login.html @@ -18,7 +18,7 @@
-
${_('Sign In to')} ${c.rhodecode_name}
+
${_('Sign In to %s') % c.rhodecode_name}
${h.form(h.url.current(came_from=c.came_from))}