##// END OF EJS Templates
removed bad translation string
marcink -
r3947:ff78716a beta
parent child Browse files
Show More
@@ -425,7 +425,7 b' def show_id(cs):'
425
425
426 def fmt_date(date):
426 def fmt_date(date):
427 if date:
427 if date:
428 _fmt = _(u"%a, %d %b %Y %H:%M:%S").encode('utf8')
428 _fmt = u"%a, %d %b %Y %H:%M:%S".encode('utf8')
429 return date.strftime(_fmt).decode('utf8')
429 return date.strftime(_fmt).decode('utf8')
430
430
431 return ""
431 return ""
General Comments 0
You need to be logged in to leave comments. Login now