aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2019-08-07 14:25:12 +0200
committerMarc Alexander <admin@m-a-styles.de>2019-08-07 14:25:12 +0200
commitc86e771dfe98632e7a9505625117d05836a8d615 (patch)
treebd82a59655b33115fee15ecc457b17714718dec1
parent5307da11b63a953ce37c32d6bffe74f35a303a97 (diff)
parented7b44d59e0dbc73a9a1ed19e288ddbbb02888ae (diff)
downloadforums-c86e771dfe98632e7a9505625117d05836a8d615.tar
forums-c86e771dfe98632e7a9505625117d05836a8d615.tar.gz
forums-c86e771dfe98632e7a9505625117d05836a8d615.tar.bz2
forums-c86e771dfe98632e7a9505625117d05836a8d615.tar.xz
forums-c86e771dfe98632e7a9505625117d05836a8d615.zip
Merge pull request #5647 from 3D-I/ticket/16119
[ticket/16119] Prevent error message for Poll Title
-rw-r--r--phpBB/styles/prosilver/template/posting_poll_body.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/prosilver/template/posting_poll_body.html b/phpBB/styles/prosilver/template/posting_poll_body.html
index ee7100aded..795649650d 100644
--- a/phpBB/styles/prosilver/template/posting_poll_body.html
+++ b/phpBB/styles/prosilver/template/posting_poll_body.html
@@ -15,8 +15,8 @@
<!-- IF S_SHOW_POLL_BOX -->
<dl>
- <dt><label for="poll_title">{L_POLL_QUESTION}{L_COLON}</label></dt>
- <dd><input type="text" name="poll_title" id="poll_title" maxlength="255" value="{POLL_TITLE}" class="inputbox" /></dd>
+ <dt><label for="poll_title">{{ lang('POLL_QUESTION') ~ lang('COLON') }}</label></dt>
+ <dd><input type="text" name="poll_title" id="poll_title" maxlength="100" value="{{ POLL_TITLE }}" class="inputbox" /></dd>
</dl>
<dl>
<dt><label for="poll_option_text">{L_POLL_OPTIONS}{L_COLON}</label><br /><span>{L_POLL_OPTIONS_EXPLAIN}</span></dt>