mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/ParserFunctions
synced 2024-11-15 11:59:54 +00:00
* fix some inconsistency and style issues
Note to translators: no changes that require translation updates
This commit is contained in:
parent
ff4d6b08dd
commit
832f254138
|
@ -24,7 +24,8 @@ $messages['en'] = array(
|
|||
'pfunc_expr_division_by_zero' => 'Division by zero',
|
||||
'pfunc_expr_unknown_error' => 'Expression error: Unknown error ($1)',
|
||||
'pfunc_expr_not_a_number' => 'In $1: result is not a number',
|
||||
'pfunc_ifexist_warning' => 'Warning: This page contains too many #ifexist calls. It should have less than $2, there are now $1.',
|
||||
'pfunc_ifexist_warning' => 'Warning: This page contains too many #ifexist calls.
|
||||
It should have less than $2, there are now $1.',
|
||||
'pfunc_max_ifexist_category' => 'Pages with too many ifexist calls',
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in a new issue