summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/usr/local/www/classes/Form/Input.class.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/classes/Form/Input.class.php b/src/usr/local/www/classes/Form/Input.class.php
index 4cdfb28..036a1df 100644
--- a/src/usr/local/www/classes/Form/Input.class.php
+++ b/src/usr/local/www/classes/Form/Input.class.php
@@ -246,7 +246,7 @@ class Form_Input extends Form_Element
if (isset($this->_help))
{
/* Strings longer than this will break gettext. */
- if (strlen($this->_help) < 7620) {
+ if (strlen($this->_help) < 4096) {
$help = gettext($this->_help);
} else {
$help = $this->_help;
OpenPOWER on IntegriCloud