From: Alexandre Emsenhuber Date: Thu, 20 Dec 2012 08:07:45 +0000 (+0100) Subject: Add missing message in messages.inc and rebuild MessagesEn.php X-Git-Tag: 1.31.0-rc.0~21247^2 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/bilan.php?a=commitdiff_plain;h=99fc62e966460adf1eac70387b0900b9089a6b3c;p=lhc%2Fweb%2Fwiklou.git Add missing message in messages.inc and rebuild MessagesEn.php Change-Id: Ie40b26ba357db133c4aa5f0f42eaa0d56ad49bd5 --- diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index 6f92e522d5..c23cf36f42 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -2854,8 +2854,8 @@ The e-mail address you entered in [[Special:Preferences|your user preferences]] 'watchnologin' => 'Not logged in', 'watchnologintext' => 'You must be [[Special:UserLogin|logged in]] to modify your watchlist.', 'addwatch' => 'Add to watchlist', -'addedwatchtext' => "The page \"[[:\$1]]\" has been added to your [[Special:Watchlist|watchlist]]. -Future changes to this page and its associated talk page will be listed there.", +'addedwatchtext' => 'The page "[[:$1]]" has been added to your [[Special:Watchlist|watchlist]]. +Future changes to this page and its associated talk page will be listed there.', 'removewatch' => 'Remove from watchlist', 'removedwatchtext' => 'The page "[[:$1]]" has been removed from [[Special:Watchlist|your watchlist]].', 'watch' => 'Watch', diff --git a/maintenance/language/messages.inc b/maintenance/language/messages.inc index a7db8f7417..9021befe5c 100644 --- a/maintenance/language/messages.inc +++ b/maintenance/language/messages.inc @@ -2781,6 +2781,7 @@ $wgMessageStructure = array( 'file-nohires', 'svg-long-desc', 'svg-long-desc-animated', + 'svg-long-error', 'show-big-image', 'show-big-image-preview', 'show-big-image-other',