diff options
| author | n-aleha <nick_aleha@myway.com> | 2014-05-11 20:23:51 +0300 |
|---|---|---|
| committer | n-aleha <nick_aleha@myway.com> | 2014-05-17 04:50:57 +0300 |
| commit | a1143332098aa2dd99bf16a1eb0b0301d5b0c5d5 (patch) | |
| tree | eae2bff3fb563f04451f2aa06286c1c2381aad22 /phpBB/styles/prosilver/template/memberlist_email.html | |
| parent | f37ff48e2c1edc643c25db6f213c56de6a27464e (diff) | |
| download | forums-a1143332098aa2dd99bf16a1eb0b0301d5b0c5d5.tar forums-a1143332098aa2dd99bf16a1eb0b0301d5b0c5d5.tar.gz forums-a1143332098aa2dd99bf16a1eb0b0301d5b0c5d5.tar.bz2 forums-a1143332098aa2dd99bf16a1eb0b0301d5b0c5d5.tar.xz forums-a1143332098aa2dd99bf16a1eb0b0301d5b0c5d5.zip | |
[ticket/12525] Add string argument to contact and email user language variables
In language/en/common.php:
* Introduce a new language variable 'CONTACT' => 'Contact'
* Add a string argument to lang var 'CONTACT_USER' to avoid an appended
'{USERNAME}' in template.
* Add a string argument to lang var 'SEND_EMAIL_USER' to avoid an appended
'{USERNAME}' in template.
Also fix typos.
PHPBB3-12525
Diffstat (limited to 'phpBB/styles/prosilver/template/memberlist_email.html')
| -rw-r--r-- | phpBB/styles/prosilver/template/memberlist_email.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/memberlist_email.html b/phpBB/styles/prosilver/template/memberlist_email.html index 218402a9e9..78d0eba5a8 100644 --- a/phpBB/styles/prosilver/template/memberlist_email.html +++ b/phpBB/styles/prosilver/template/memberlist_email.html @@ -1,6 +1,6 @@ <!-- INCLUDE overall_header.html --> -<h2 class="titlespace">{L_SEND_EMAIL_USER} {USERNAME}</h2> +<h2 class="titlespace">{L_SEND_EMAIL_USER}</h2> <form method="post" action="{S_POST_ACTION}" id="post"> |
