liquid_feedback_frontend
diff app/main/suggestion/new.lua @ 135:02e24b4dd21c
fixes bug #50
make info clear that the user does not directly support a initiative but could support it by delegation
make info clear that the user does not directly support a initiative but could support it by delegation
| author | Daniel Poelzleithner <poelzi@poelzi.org> |
|---|---|
| date | Tue Oct 05 21:14:54 2010 +0200 (2010-10-05) |
| parents | 00d1004545f1 |
| children | 20e0b64cc1f9 |
line diff
1.1 --- a/app/main/suggestion/new.lua Tue Oct 05 20:56:41 2010 +0200 1.2 +++ b/app/main/suggestion/new.lua Tue Oct 05 21:14:54 2010 +0200 1.3 @@ -34,7 +34,7 @@ 1.4 if not supported then 1.5 ui.field.text{ 1.6 attr = { class = "warning" }, 1.7 - value = _"You are currently not supporting this initiative. By adding suggestions to this initiative you will automatically become a potential supporter." 1.8 + value = _"You are currently not supporting this initiative directly. By adding suggestions to this initiative you will automatically become a potential supporter." 1.9 } 1.10 end 1.11 ui.field.text{ label = _"Title (80 chars max)", name = "name" }