# HG changeset patch # User bsw # Date 1340134075 -7200 # Node ID afd406d960449756f820b59307f18f3fa248e59a # Parent 18e8de7a2b6a6a259728fb001dfded6b0d03d4af Fixed a link and grammar in notifications diff -r 18e8de7a2b6a -r afd406d96044 app/main/index/_notifications.lua --- a/app/main/index/_notifications.lua Tue Jun 19 21:20:46 2012 +0200 +++ b/app/main/index/_notifications.lua Tue Jun 19 21:27:55 2012 +0200 @@ -40,9 +40,9 @@ notification_links[#notification_links+1] = { module = "index", view = "index", params = { - tab = "open", filter = "frozen", filter_interest = "issue", filter_voting = "not_voted" + tab = "open", filter = "frozen", filter_interest = "issue", filter_delegation = "direct", filter_voting = "not_voted" }, - text = _("You have not voted #{count} issue(s) you was interested in", { count = issues_to_vote_count }) + text = _("You have not voted #{count} issue(s) you were interested in", { count = issues_to_vote_count }) } end