aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2011-10-30 16:12:22 +0100
committerJoas Schilling <nickvergessen@gmx.de>2011-10-30 16:12:22 +0100
commit1dfb52b8052f984edd042410170a7066505e2997 (patch)
tree73604cee76c7d5fedfa612b2f5a0e13337c5dc08 /phpBB/adm
parent72a3bcd0484460d2aeb5610762e162ca30f24263 (diff)
parenta63490f7441398a9ec1617685e604535dd545069 (diff)
downloadforums-1dfb52b8052f984edd042410170a7066505e2997.tar
forums-1dfb52b8052f984edd042410170a7066505e2997.tar.gz
forums-1dfb52b8052f984edd042410170a7066505e2997.tar.bz2
forums-1dfb52b8052f984edd042410170a7066505e2997.tar.xz
forums-1dfb52b8052f984edd042410170a7066505e2997.zip
Merge branch 'develop-olympus' into develop
Diffstat (limited to 'phpBB/adm')
-rw-r--r--phpBB/adm/style/acp_users.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/adm/style/acp_users.html b/phpBB/adm/style/acp_users.html
index 87bd9ac882..a8794176a9 100644
--- a/phpBB/adm/style/acp_users.html
+++ b/phpBB/adm/style/acp_users.html
@@ -13,7 +13,7 @@
<fieldset>
<legend>{L_SELECT_USER}</legend>
<dl>
- <dt><label for="username">{L_FIND_USERNAME}:</label></dt>
+ <dt><label for="username">{L_ENTER_USERNAME}:</label></dt>
<dd><input class="text medium" type="text" id="username" name="username" /></dd>
<dd>[ <a href="{U_FIND_USERNAME}" onclick="find_username(this.href); return false;">{L_FIND_USERNAME}</a> ]</dd>
<dd class="full" style="text-align: left;"><label><input type="checkbox" class="radio" id="anonymous" name="u" value="{ANONYMOUS_USER_ID}" /> {L_SELECT_ANONYMOUS}</label></dd>