# HG changeset patch # User jbe # Date 1349350990 -7200 # Node ID a1b7d44695d5c7cc2c190ae753ce7b8dcf3fd1a0 # Parent 749c09958a91615ca1bd050b80bc9f343b1a7f73 Fixed syntax error in locale/translations.zh-Hans.lua diff -r 749c09958a91 -r a1b7d44695d5 locale/translations.zh-Hans.lua --- a/locale/translations.zh-Hans.lua Thu Oct 04 13:41:32 2012 +0200 +++ b/locale/translations.zh-Hans.lua Thu Oct 04 13:43:10 2012 +0200 @@ -1,6 +1,6 @@ #!/usr/bin/env lua return { -["#{closed_ago} ago"] = “#{closed_ago} 之前”; +["#{closed_ago} ago"] = "#{closed_ago} 之前"; ["#{count} cancelled"] = "#{count} 个已取消"; ["#{count} days ago"] = "#{count} 日前"; ["#{count} finished"] = "#{count} 个已结束";