changeset 3942:e6a3f4b414d2 beta

fixed translation and unicode issues
author Marcin Kuzminski <marcin@python-works.com>
date Tue, 04 Jun 2013 00:29:46 +0200
parents 3208aaefc9ca
children a5bccf34c512
files rhodecode/model/db.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/rhodecode/model/db.py	Mon Jun 03 23:54:52 2013 +0200
+++ b/rhodecode/model/db.py	Tue Jun 04 00:29:46 2013 +0200
@@ -1272,7 +1272,7 @@
 
         repo_groups = []
         if show_empty_group:
-            repo_groups = [('-1', '-- %s --' % _('top level'))]
+            repo_groups = [('-1', u'-- %s --' % _('top level'))]
         sep = ' &raquo; '
         _name = lambda k: _literal(sep.join(k))