liquid_feedback_frontend
diff app/main/lf2/_area.lua @ 215:1dab81353eb1
More enhancements for second generation frontend
| author | bsw |
|---|---|
| date | Sat Mar 05 15:34:17 2011 +0100 (2011-03-05) |
| parents | 3e4ad069847a |
| children | 73dbc9e2bfd4 |
line diff
1.1 --- a/app/main/lf2/_area.lua Thu Mar 03 23:47:35 2011 +0100 1.2 +++ b/app/main/lf2/_area.lua Sat Mar 05 15:34:17 2011 +0100 1.3 @@ -28,9 +28,9 @@ 1.4 execute.view{ module = "lf2", view = "_avatars", params = { members = trustees, arrows = true, size = "small" } } 1.5 end } 1.6 if trustees[1].scope_out == "area" then 1.7 - text = _"Change or revoke area delegation..." 1.8 + text = _"Change or revoke area delegation" 1.9 else 1.10 - text = _"Set area delegation..." 1.11 + text = _"Set area delegation" 1.12 end 1.13 ui.box_col{ class = "right", content = function() 1.14 ui.link{ 1.15 @@ -71,7 +71,7 @@ 1.16 slot.put(" · ") 1.17 end 1.18 ui.link{ 1.19 - text = _"Set area delegation...", 1.20 + text = _"Set area delegation", 1.21 module = "lf2", view = "delegation", params = { area_id = area.id } 1.22 } 1.23 end