aboutsummaryrefslogtreecommitdiff
path: root/src/mod_proxy65
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2007-12-15 12:02:00 +0000
committerBadlop <badlop@process-one.net>2007-12-15 12:02:00 +0000
commit090fceebc29d5a78fc007c82f7c642c6983a111c (patch)
tree02af1f55dae5a98f0c8dcc1bde4eddb5fc17f59a /src/mod_proxy65
parent* src/msgs/*: Unified file format: First line is SVN Id (diff)
* src/mod_irc/mod_irc.erl: No need to translate copyright notice
* src/mod_muc/mod_muc.erl: Likewise * src/mod_proxy65/mod_proxy65_service.erl: Likewise * src/mod_pubsub/mod_pubsub.erl: Likewise * src/mod_vcard.erl: Likewise * src/mod_vcard_ldap.erl: Likewise * src/mod_vcard_odbc.erl: Likewise * src/msgs/*.msg: Likewise * contrib/extract_translations/prepare-translation.sh: Bugfix SVN Revision: 1071
Diffstat (limited to 'src/mod_proxy65')
-rw-r--r--src/mod_proxy65/mod_proxy65_service.erl4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mod_proxy65/mod_proxy65_service.erl b/src/mod_proxy65/mod_proxy65_service.erl
index 483ecbeb2..8d845df29 100644
--- a/src/mod_proxy65/mod_proxy65_service.erl
+++ b/src/mod_proxy65/mod_proxy65_service.erl
@@ -170,8 +170,8 @@ iq_vcard(Lang) ->
{xmlelement, "URL", [],
[{xmlcdata, ?EJABBERD_URI}]},
{xmlelement, "DESC", [],
- [{xmlcdata, translate:translate(Lang, "ejabberd SOCKS5 Bytestreams module\n"
- "Copyright (c) 2003-2007 Alexey Shchepin")}]}].
+ [{xmlcdata, translate:translate(Lang, "ejabberd SOCKS5 Bytestreams module") ++
+ "\nCopyright (c) 2003-2007 Alexey Shchepin"}]}].
parse_options(ServerHost, Opts) ->
MyHost = gen_mod:get_opt_host(ServerHost, Opts, "proxy.@HOST@"),