liquid_feedback_frontend
diff app/main/member/show_tab.lua @ 272:65a1f7a01e7b
More optical enhancements and repositioning of elements
| author | bsw |
|---|---|
| date | Wed Feb 08 00:55:17 2012 +0100 (2012-02-08) |
| parents | 2dc13655afca |
| children | 7196685f9dd7 |
line diff
1.1 --- a/app/main/member/show_tab.lua Tue Feb 07 22:30:48 2012 +0100 1.2 +++ b/app/main/member/show_tab.lua Wed Feb 08 00:55:17 2012 +0100 1.3 @@ -162,7 +162,7 @@ 1.4 local issues_selector = member:get_reference_selector("issues") 1.5 tabs[#tabs+1] = { 1.6 name = "issues", 1.7 - label = _"Issues" .. " (" .. tostring(issues_selector:count()) .. ")", 1.8 + label = _"Interessiert" .. " (" .. tostring(issues_selector:count()) .. ")", 1.9 icon = { static = "icons/16/folder.png" }, 1.10 module = "issue", 1.11 view = "_list", 1.12 @@ -173,7 +173,7 @@ 1.13 1.14 tabs[#tabs+1] = { 1.15 name = "supported_initiatives", 1.16 - label = _"Supported initiatives" .. " (" .. tostring(supported_initiatives_selector:count()) .. ")", 1.17 + label = _"Supported" .. " (" .. tostring(supported_initiatives_selector:count()) .. ")", 1.18 icon = { static = "icons/16/thumb_up_green.png" }, 1.19 module = "member", 1.20 view = "_list_supported_initiatives", 1.21 @@ -184,7 +184,7 @@ 1.22 local initiated_initiatives_selector = member:get_reference_selector("initiated_initiatives"):add_where("initiator.accepted = true") 1.23 tabs[#tabs+1] = { 1.24 name = "initiatied_initiatives", 1.25 - label = _"Initiated initiatives" .. " (" .. tostring(initiated_initiatives_selector:count()) .. ")", 1.26 + label = _"Initiated" .. " (" .. tostring(initiated_initiatives_selector:count()) .. ")", 1.27 icon = { static = "icons/16/user_edit.png" }, 1.28 module = "member", 1.29 view = "_list_supported_initiatives",