aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/memberlist_search.html
diff options
context:
space:
mode:
authorRaphaƫl M <contact@galixte.com>2015-06-19 06:23:23 +0200
committerMarc Alexander <admin@m-a-styles.de>2015-06-19 09:52:33 +0200
commitc083a4addaaad794402b0f44fda05340e95027c5 (patch)
tree1ee84b7c9409fa6f933718799f7e7b565dbb5156 /phpBB/styles/prosilver/template/memberlist_search.html
parenta259d61f576d92194d13771e5b7edb3c1c977743 (diff)
downloadforums-c083a4addaaad794402b0f44fda05340e95027c5.tar
forums-c083a4addaaad794402b0f44fda05340e95027c5.tar.gz
forums-c083a4addaaad794402b0f44fda05340e95027c5.tar.bz2
forums-c083a4addaaad794402b0f44fda05340e95027c5.tar.xz
forums-c083a4addaaad794402b0f44fda05340e95027c5.zip
[ticket/13949] Replace colon with colon lang key in memberlist search page
[ticket/13949] Replace colon with colon lang key in memberlist search page PHPBB3-13949
Diffstat (limited to 'phpBB/styles/prosilver/template/memberlist_search.html')
-rw-r--r--phpBB/styles/prosilver/template/memberlist_search.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/memberlist_search.html b/phpBB/styles/prosilver/template/memberlist_search.html
index ef5d29a8fa..b1c7a81709 100644
--- a/phpBB/styles/prosilver/template/memberlist_search.html
+++ b/phpBB/styles/prosilver/template/memberlist_search.html
@@ -32,7 +32,7 @@
<!-- ENDIF -->
<!-- IF S_JABBER_ENABLED -->
<dl>
- <dt><label for="jabber">{L_JABBER}:</label></dt>
+ <dt><label for="jabber">{L_JABBER}{L_COLON}</label></dt>
<dd><input type="text" name="jabber" id="jabber" value="{JABBER}" class="inputbox" /></dd>
</dl>
<!-- ENDIF -->