liquid_feedback_frontend
changeset 65:d63d32c9fb37
Added missing "_" function call in app/main/draft/_show.lua
author | bsw |
---|---|
date | Thu Apr 22 17:52:47 2010 +0200 (2010-04-22) |
parents | 3ec1dea6eefb |
children | e5618928be47 |
files | app/main/draft/_show.lua |
line diff
1.1 --- a/app/main/draft/_show.lua Thu Apr 22 17:05:18 2010 +0200 1.2 +++ b/app/main/draft/_show.lua Thu Apr 22 17:52:47 2010 +0200 1.3 @@ -21,7 +21,7 @@ 1.4 label = _"Last author", 1.5 value = _( 1.6 "#{author} at #{date}", { 1.7 - author = "[not displayed public]", 1.8 + author = _"[not displayed public]", 1.9 date = format.timestamp(draft.created) 1.10 } 1.11 )