From: Niklas Laxström Date: Fri, 13 Jan 2012 21:19:44 +0000 (+0000) Subject: Ping r108847, missed one half quote X-Git-Tag: 1.31.0-rc.0~25300 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22articles%22%2C%22id_article=%24ze_article%22%29%20.%20%22?a=commitdiff_plain;h=85226180687cf50e6d49b0a8514934e6d70c5a76;p=lhc%2Fweb%2Fwiklou.git Ping r108847, missed one half quote --- diff --git a/includes/api/ApiBase.php b/includes/api/ApiBase.php index 571448be60..2cda312987 100644 --- a/includes/api/ApiBase.php +++ b/includes/api/ApiBase.php @@ -1100,7 +1100,7 @@ abstract class ApiBase extends ContextSource { 'customcssprotected' => array( 'code' => 'customcssprotected', 'info' => "You're not allowed to edit custom CSS pages" ), 'customjsprotected' => array( 'code' => 'customjsprotected', 'info' => "You're not allowed to edit custom JavaScript pages" ), 'cascadeprotected' => array( 'code' => 'cascadeprotected', 'info' => "The page you're trying to edit is protected because it's included in a cascade-protected page" ), - 'protectedpagetext' => array( 'code' => 'protectedpage', 'info' => "The \"\$1'' right is required to edit this page" ), + 'protectedpagetext' => array( 'code' => 'protectedpage', 'info' => "The \"\$1\" right is required to edit this page" ), 'protect-cantedit' => array( 'code' => 'cantedit', 'info' => "You can't protect this page because you can't edit it" ), 'badaccess-group0' => array( 'code' => 'permissiondenied', 'info' => "Permission denied" ), // Generic permission denied message 'badaccess-groups' => array( 'code' => 'permissiondenied', 'info' => "Permission denied" ),