Changeset - ff78716ab3fa
[Not reviewed]
beta
0 1 0
Marcin Kuzminski - 12 years ago 2013-06-04 17:42:46
marcin@python-works.com
removed bad translation string
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
rhodecode/lib/helpers.py
Show inline comments
 
@@ -425,7 +425,7 @@ def show_id(cs):
 

	
 
def fmt_date(date):
 
    if date:
 
        _fmt = _(u"%a, %d %b %Y %H:%M:%S").encode('utf8')
 
        _fmt = u"%a, %d %b %Y %H:%M:%S".encode('utf8')
 
        return date.strftime(_fmt).decode('utf8')
 

	
 
    return ""
0 comments (0 inline, 0 general)