# HG changeset patch # User Daniel Poelzleithner # Date 1286306094 -7200 # Node ID 02e24b4dd21c089cdae914a7db0f6a829779fc05 # Parent de6b80867eb771289023ab8c30c0bedc810a9879 fixes bug #50 make info clear that the user does not directly support a initiative but could support it by delegation diff -r de6b80867eb7 -r 02e24b4dd21c app/main/suggestion/new.lua --- a/app/main/suggestion/new.lua Tue Oct 05 20:56:41 2010 +0200 +++ b/app/main/suggestion/new.lua Tue Oct 05 21:14:54 2010 +0200 @@ -34,7 +34,7 @@ if not supported then ui.field.text{ attr = { class = "warning" }, - value = _"You are currently not supporting this initiative. By adding suggestions to this initiative you will automatically become a potential supporter." + value = _"You are currently not supporting this initiative directly. By adding suggestions to this initiative you will automatically become a potential supporter." } end ui.field.text{ label = _"Title (80 chars max)", name = "name" } diff -r de6b80867eb7 -r 02e24b4dd21c locale/translations.de.lua --- a/locale/translations.de.lua Tue Oct 05 20:56:41 2010 +0200 +++ b/locale/translations.de.lua Tue Oct 05 21:14:54 2010 +0200 @@ -531,7 +531,7 @@ ["You are already not supporting this initiative"] = "Diese Initiative hat bereits keine Unterstützung von Dir"; ["You are already supporting the latest draft"] = "Du unterstützt bereits den neuesten Entwurf"; ["You are currently not invited to any initiative."] = "Du bist zur Zeit von keiner Initiative eingeladen."; -["You are currently not supporting this initiative. By adding suggestions to this initiative you will automatically become a potential supporter."] = "Du bist zur Zeit kein Unterstützer dieser Initiative. Wenn Du eine Anregung hinzufügst wirst Du automatisch potentieller Unterstützer!"; +["You are currently not supporting this initiative directly. By adding suggestions to this initiative you will automatically become a potential supporter."] = "Du bist zur Zeit kein direkter Unterstützer dieser Initiative. Wenn Du eine Anregung hinzufügst wirst Du automatisch potentieller Unterstützer!"; ["You are iniator of this initiative"] = "Du bist Initiator dieser Initiative"; ["You are interested in this issue"] = "Du bist an diesem Thema interessiert"; ["You are invited to become initiator of this initiative."] = "Du bist eingeladen Initiator dieser Initiative zu werden."; diff -r de6b80867eb7 -r 02e24b4dd21c locale/translations.en.lua --- a/locale/translations.en.lua Tue Oct 05 20:56:41 2010 +0200 +++ b/locale/translations.en.lua Tue Oct 05 21:14:54 2010 +0200 @@ -529,7 +529,7 @@ ["You are already not supporting this initiative"] = false; ["You are already supporting the latest draft"] = false; ["You are currently not invited to any initiative."] = false; -["You are currently not supporting this initiative. By adding suggestions to this initiative you will automatically become a potential supporter."] = false; +["You are currently not supporting this initiative directly. By adding suggestions to this initiative you will automatically become a potential supporter."] = false; ["You are iniator of this initiative"] = false; ["You are interested in this issue"] = false; ["You are invited to become initiator of this initiative."] = false;