diff --git a/rhodecode/templates/files/files.html b/rhodecode/templates/files/files.html
--- a/rhodecode/templates/files/files.html
+++ b/rhodecode/templates/files/files.html
@@ -1,7 +1,7 @@
<%inherit file="/base/base.html"/>
<%def name="title()">
- ${c.repo_name} ${_('Files')} - ${c.rhodecode_name}
+ ${_('%s Files') % c.repo_name} - ${c.rhodecode_name}
%def>
<%def name="breadcrumbs_links()">