liquid_feedback_frontend
diff app/main/area/show_tab.lua @ 525:63d6549cc00b
Delegation chain preview improved, better visualisation of current context, code cleanup
| author | bsw |
|---|---|
| date | Fri May 18 19:07:07 2012 +0200 (2012-05-18) |
| parents | 699b9fa7bc36 |
| children | ae14bf355868 |
line diff
1.1 --- a/app/main/area/show_tab.lua Tue Apr 17 00:07:04 2012 +0200 1.2 +++ b/app/main/area/show_tab.lua Fri May 18 19:07:07 2012 +0200 1.3 @@ -50,7 +50,7 @@ 1.4 tabs[#tabs+1] = 1.5 { 1.6 name = "members", 1.7 - label = _"Members" .. " (" .. tostring(members_selector:count()) .. ")", 1.8 + label = _"Participants" .. " (" .. tostring(members_selector:count()) .. ")", 1.9 icon = { static = "icons/16/group.png" }, 1.10 module = "member", 1.11 view = "_list",