# HG changeset patch # User Takumi IINO # Date 1359449771 -32400 # Node ID e971b511e0f48581545656cf412b3416714a764a # Parent cab58d490ab787d7aec59b1633528d102ab71a19 i18n improve diff -r cab58d490ab7 -r e971b511e0f4 rhodecode/templates/login.html --- a/rhodecode/templates/login.html Tue Jan 29 17:35:03 2013 +0900 +++ b/rhodecode/templates/login.html Tue Jan 29 17:56:11 2013 +0900 @@ -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))}