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/subsilver2/template/memberlist_view.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/subsilver2/template/memberlist_view.html')
-rw-r--r-- | phpBB/styles/subsilver2/template/memberlist_view.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/subsilver2/template/memberlist_view.html b/phpBB/styles/subsilver2/template/memberlist_view.html index 4c8014a370..550643ff03 100644 --- a/phpBB/styles/subsilver2/template/memberlist_view.html +++ b/phpBB/styles/subsilver2/template/memberlist_view.html @@ -104,7 +104,7 @@ </td> </tr> <tr> - <td class="cat" align="center"><h4>{L_CONTACT_USER}</h4></td> + <td class="cat" align="center"><h4>{L_CONTACT}</h4></td> <td class="cat" align="center"><h4>{L_ABOUT_USER}</h4></td> </tr> <!-- EVENT memberlist_view_contact_before --> |