Use English for verification error messages

Because the log page is more consistent in English.
This commit is contained in:
hkcomori 2025-04-02 09:34:47 +09:00
parent dc0e28d161
commit 4cd359cd22
No known key found for this signature in database
GPG key ID: 2B81E7499B8B974C
4 changed files with 2 additions and 8 deletions

View file

@ -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',
),
),
);