diff options
author | Maxim Ignatenko <gelraen.ua@gmail.com> | 2011-07-24 15:25:53 +0300 |
---|---|---|
committer | Maxim Ignatenko <gelraen.ua@gmail.com> | 2011-09-26 11:16:27 +0300 |
commit | 04267930ded9fe3b934d866a405eeaf5c38a95fa (patch) | |
tree | 0a759876fe2ab60f59a346b7d9715bca45ab94e1 /src | |
parent | Use ejabberd_router:route/3 directly, instead of send_packet_to/3 (diff) |
Fix form instructions
Diffstat (limited to 'src')
-rw-r--r-- | src/mod_muc/mod_muc_room.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mod_muc/mod_muc_room.erl b/src/mod_muc/mod_muc_room.erl index b1ecc1af4..b46370ade 100644 --- a/src/mod_muc/mod_muc_room.erl +++ b/src/mod_muc/mod_muc_room.erl @@ -3682,7 +3682,7 @@ prepare_request_form(Requester, Nick, Lang) -> {xmlelement, "title", [], [{xmlcdata, translate:translate(Lang, "Voice request")}]}, {xmlelement, "instructions", [], - [{xmlcdata, translate:translate(Lang, "To approve this request for voice, select the "Grant voice to this person?" checkbox and click OK. To skip this request, click the cancel button.")}]}, + [{xmlcdata, translate:translate(Lang, "To approve this request for voice, select the \"Grant voice to this person?\" checkbox and click OK. To skip this request, click the cancel button.")}]}, {xmlelement, "field", [{"var", "FORM_TYPE"}, {"type", "hidden"}], [{xmlelement, "value", [], [{xmlcdata, "http://jabber.org/protocol/muc#request"}]}]}, |