Content deleted Content added
add missing error messages |
add different message format for warnings |
||
Line 2,000:
['error-category'] = 'ArticleHistory errors',
-- Define boilerplate text for error messages and warnings, both with and
-- without help links. -- $1 - the error message
-- $2 - a link to a help page and section for the error
['error-message-help'] = 'Error: $1 ([[$2|help]]).',
['error-message-nohelp'] = 'Error: $1.',
['warning-help'] = 'Warning: $1 ([[$2|help]]).',
['warning-nohelp'] = 'Warning: $1.',
-- Error for row objects that should output notice bar icons but for which no
|