liquid_feedback_frontend
changeset 559:afd406d96044
Fixed a link and grammar in notifications
author | bsw |
---|---|
date | Tue Jun 19 21:27:55 2012 +0200 (2012-06-19) |
parents | 18e8de7a2b6a |
children | 0fce0bdf7ce1 |
files | app/main/index/_notifications.lua |
line diff
1.1 --- a/app/main/index/_notifications.lua Tue Jun 19 21:20:46 2012 +0200 1.2 +++ b/app/main/index/_notifications.lua Tue Jun 19 21:27:55 2012 +0200 1.3 @@ -40,9 +40,9 @@ 1.4 notification_links[#notification_links+1] = { 1.5 module = "index", view = "index", 1.6 params = { 1.7 - tab = "open", filter = "frozen", filter_interest = "issue", filter_voting = "not_voted" 1.8 + tab = "open", filter = "frozen", filter_interest = "issue", filter_delegation = "direct", filter_voting = "not_voted" 1.9 }, 1.10 - text = _("You have not voted #{count} issue(s) you was interested in", { count = issues_to_vote_count }) 1.11 + text = _("You have not voted #{count} issue(s) you were interested in", { count = issues_to_vote_count }) 1.12 } 1.13 end 1.14