diff options
| author | PayBas <contact@paybas.com> | 2014-10-15 16:07:01 +0200 |
|---|---|---|
| committer | PayBas <contact@paybas.com> | 2014-10-15 16:07:01 +0200 |
| commit | 1a128f9a768fac8e27c960172153b0be9cc53b61 (patch) | |
| tree | 89275937dfa741fd608d78a7ceddb1bdaee04868 /phpBB/styles | |
| parent | 4bdae294cbd8f423f44dfdf8e594a1afd328465d (diff) | |
| download | forums-1a128f9a768fac8e27c960172153b0be9cc53b61.tar forums-1a128f9a768fac8e27c960172153b0be9cc53b61.tar.gz forums-1a128f9a768fac8e27c960172153b0be9cc53b61.tar.bz2 forums-1a128f9a768fac8e27c960172153b0be9cc53b61.tar.xz forums-1a128f9a768fac8e27c960172153b0be9cc53b61.zip | |
[ticket/12796] Use dedicated lang vars
PHPBB3-12796
Diffstat (limited to 'phpBB/styles')
| -rw-r--r-- | phpBB/styles/prosilver/template/memberlist_view.html | 2 | ||||
| -rw-r--r-- | phpBB/styles/prosilver/template/ucp_profile_profile_info.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/prosilver/template/memberlist_view.html b/phpBB/styles/prosilver/template/memberlist_view.html index 86f4d8787a..5d8e6ec8a8 100644 --- a/phpBB/styles/prosilver/template/memberlist_view.html +++ b/phpBB/styles/prosilver/template/memberlist_view.html @@ -20,7 +20,7 @@ <dt>{L_USERNAME}{L_COLON}</dt> <dd> <!-- IF USER_COLOR --><span style="color: {USER_COLOR}; font-weight: bold;"><!-- ELSE --><span><!-- ENDIF -->{USERNAME}</span> - <!-- IF U_EDIT_SELF --> [ <a href="{U_EDIT_SELF}">{L_BUTTON_EDIT}</a> ]<!-- ENDIF --> + <!-- IF U_EDIT_SELF --> [ <a href="{U_EDIT_SELF}">{L_EDIT_PROFILE}</a> ]<!-- ENDIF --> <!-- IF U_USER_ADMIN --> [ <a href="{U_USER_ADMIN}">{L_USER_ADMIN}</a> ]<!-- ENDIF --> <!-- IF U_USER_BAN --> [ <a href="{U_USER_BAN}">{L_USER_BAN}</a> ]<!-- ENDIF --> <!-- IF U_SWITCH_PERMISSIONS --> [ <a href="{U_SWITCH_PERMISSIONS}">{L_USE_PERMISSIONS}</a> ]<!-- ENDIF --> diff --git a/phpBB/styles/prosilver/template/ucp_profile_profile_info.html b/phpBB/styles/prosilver/template/ucp_profile_profile_info.html index ff6aa0b3f4..e8e2aedc14 100644 --- a/phpBB/styles/prosilver/template/ucp_profile_profile_info.html +++ b/phpBB/styles/prosilver/template/ucp_profile_profile_info.html @@ -2,7 +2,7 @@ <form id="ucp" method="post" action="{S_UCP_ACTION}"{S_FORM_ENCTYPE}> -<h2>{L_TITLE} <span class="small">[<a href="{U_USER_PROFILE}" title="{L_READ_PROFILE}">{L_READ_PROFILE}</a>]</span></h2> +<h2>{L_TITLE} <span class="small">[ <a href="{U_USER_PROFILE}" title="{L_VIEW_PROFILE}">{L_VIEW_PROFILE}</a> ]</span></h2> <div class="panel"> <div class="inner"> |
