Use English for verification error messages
Because the log page is more consistent in English.
This commit is contained in:
parent
dc0e28d161
commit
4cd359cd22
4 changed files with 2 additions and 8 deletions
|
|
@ -5,14 +5,12 @@ return array(
|
|||
'speed' => array(
|
||||
'label' => 'Reading speed',
|
||||
'help' => 'Conversion factor to reading time from metrics',
|
||||
'invalid' => 'Reading speed must be greater than 0',
|
||||
),
|
||||
'metrics' => array(
|
||||
'label' => 'Source metrics',
|
||||
'help' => 'Source of reading time calculation',
|
||||
'words' => 'Number of words',
|
||||
'letters' => 'Number of letters',
|
||||
'invalid' => 'Unsupported source metrics',
|
||||
),
|
||||
),
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue