liquid_feedback_frontend

changeset 593:6ccab8039935

Added plural-"s" to (potential) supporters tab, closes #1235
author bsw
date Fri Jun 22 17:40:59 2012 +0200 (2012-06-22)
parents d22125d054aa
children 487cca534fbe
files app/main/initiative/show_tab.lua
line diff
     1.1 --- a/app/main/initiative/show_tab.lua	Fri Jun 22 17:05:54 2012 +0200
     1.2 +++ b/app/main/initiative/show_tab.lua	Fri Jun 22 17:40:59 2012 +0200
     1.3 @@ -83,7 +83,7 @@
     1.4    
     1.5    tabs[#tabs+1] = {
     1.6      name = "satisfied_supporter",
     1.7 -    label = _"Supporter" .. " " .. count_string,
     1.8 +    label = _"Supporters" .. " " .. count_string,
     1.9      icon = { static = "icons/16/thumb_up_green.png" },
    1.10      module = "member",
    1.11      view = "_list",
    1.12 @@ -114,7 +114,7 @@
    1.13    
    1.14    tabs[#tabs+1] = {
    1.15      name = "supporter",
    1.16 -    label = _"Potential supporter" .. " " .. count_string,
    1.17 +    label = _"Potential supporters" .. " " .. count_string,
    1.18      icon = { static = "icons/16/thumb_up.png" },
    1.19      module = "member",
    1.20      view = "_list",

Impressum / About Us