# HG changeset patch # User bsw # Date 1340379659 -7200 # Node ID 6ccab80399359cc1d90604ef70f4af8f010a8536 # Parent d22125d054aaac1c1623b42c6c1577ccc7a14eba Added plural-"s" to (potential) supporters tab, closes #1235 diff -r d22125d054aa -r 6ccab8039935 app/main/initiative/show_tab.lua --- a/app/main/initiative/show_tab.lua Fri Jun 22 17:05:54 2012 +0200 +++ b/app/main/initiative/show_tab.lua Fri Jun 22 17:40:59 2012 +0200 @@ -83,7 +83,7 @@ tabs[#tabs+1] = { name = "satisfied_supporter", - label = _"Supporter" .. " " .. count_string, + label = _"Supporters" .. " " .. count_string, icon = { static = "icons/16/thumb_up_green.png" }, module = "member", view = "_list", @@ -114,7 +114,7 @@ tabs[#tabs+1] = { name = "supporter", - label = _"Potential supporter" .. " " .. count_string, + label = _"Potential supporters" .. " " .. count_string, icon = { static = "icons/16/thumb_up.png" }, module = "member", view = "_list",