mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Popups
synced 2024-11-11 16:58:14 +00:00
Consistency tweaks
article->page as in core and all other extension Remove . from end of description message Follow up to I2929c9cccc60330253f358a767e66297d20f401e Change-Id: I0543ad6f847d8352fb4d1877aadb81e5287fee14
This commit is contained in:
parent
b23ed006f6
commit
ce43cccc81
|
@ -26,7 +26,7 @@ $messages = array();
|
|||
*/
|
||||
$messages['en'] = array(
|
||||
'popups-message' => 'Popups',
|
||||
'popups-desc' => 'Displays popups with summaries of article contents when the user hovers over an article link.',
|
||||
'popups-desc' => 'Displays popups with summaries of page contents when the user hovers over an page link',
|
||||
);
|
||||
|
||||
/** Message documentation (Message documentation)
|
||||
|
|
Loading…
Reference in a new issue