Add a full stop to error message

Change-Id: Ia694b6e02cb8586d48e01fa7bbb42c7cd14a04dc
This commit is contained in:
shirayuki 2013-04-07 18:22:53 +09:00
parent db04fcea38
commit efaa879472

View file

@ -19,7 +19,7 @@ $messages['en'] = array(
'rss-fetch-nourl' => 'Fetch called without a URL!',
'rss-invalid-url' => 'Not a valid URL: $1',
'rss-parse-error' => 'Error parsing XML for RSS',
'rss-ns-permission' => 'RSS is not allowed in this namespace',
'rss-ns-permission' => 'RSS is not allowed in this namespace.',
'rss-url-is-not-whitelisted' => '"$1" is not in the whitelist of allowed feeds. {{PLURAL:$3|$2 is the only allowed feed|The allowed feeds are as follows: $2}}.',
'rss-empty-whitelist' => '"$1" is not in the whitelist of allowed feeds. There are no allowed feed URLs in the whitelist.',
'rss-deprecated-wgrssallowedfeeds-found' => 'The deprecated variable $wgRSSAllowedFeeds has been detected. Since RSS version 2.0 this variable has to be replaced by $wgRSSUrlWhitelist as described in the manual page Extension:RSS.',