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/ucp_pm_viewmessage.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/ucp_pm_viewmessage.html')
| -rw-r--r-- | phpBB/styles/prosilver/template/ucp_pm_viewmessage.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/ucp_pm_viewmessage.html b/phpBB/styles/prosilver/template/ucp_pm_viewmessage.html index 81171e97b2..f58b334a60 100644 --- a/phpBB/styles/prosilver/template/ucp_pm_viewmessage.html +++ b/phpBB/styles/prosilver/template/ucp_pm_viewmessage.html @@ -36,7 +36,7 @@ <!-- EVENT ucp_pm_viewmessage_contact_fields_before --> <!-- IF .contact --> <dd class="profile-contact"> - <strong>{L_CONTACT_USER}{L_COLON}</strong> + <strong>{L_CONTACT}{L_COLON}</strong> <div class="dropdown-container dropdown-left"> <a href="#" class="dropdown-trigger"><span class="imageset icon_contact"></span></a> <div class="dropdown hidden"> |
