Changeset 561 for trunk/lib


Ignore:
Timestamp:
Jan 14, 2016 11:50:17 PM (8 years ago)
Author:
anonymous
Message:

Typo in phone validation error message.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/FormValidator.inc.php

    r550 r561  
    599599            // Failed length requirements.
    600600            $this->addError($form_name, sprintf(_("The phone number <em>%s</em> is too long (phone number must have fewer than 25 characters)."), oTxt($phone)), $type, $file, $line);
    601             $app->logMsg(sprintf('The phone number %s must contain less than 256 characters.', oTxt($phone)), LOG_DEBUG, __FILE__, __LINE__);
     601            $app->logMsg(sprintf('The phone number %s must contain less than 25 characters.', oTxt($phone)), LOG_DEBUG, __FILE__, __LINE__);
    602602            return false;
    603603
Note: See TracChangeset for help on using the changeset viewer.