Index: trunk/extensions/FlaggedRevs/FlaggedRevs.php |
— | — | @@ -76,7 +76,7 @@ |
77 | 77 | $wgGroupPermissions['sysop']['autopatrol'] = false; |
78 | 78 | $wgGroupPermissions['sysop']['patrol'] = false; |
79 | 79 | # Visiblity settings |
80 | | - $wgGroupPermissions['sysop']['stablesettings'] =true; |
| 80 | + $wgGroupPermissions['sysop']['stablesettings'] = true; |
81 | 81 | |
82 | 82 | ######### Hook attachments ######### |
83 | 83 | # Main hooks, overrides pages content, adds tags, sets tabs and permalink |
— | — | @@ -1783,7 +1783,7 @@ |
1784 | 1784 | |
1785 | 1785 | function addQuickReview( $id=NULL, $out, $top=false ) { |
1786 | 1786 | global $wgOut, $wgTitle, $wgUser, $wgRequest, $wgFlaggedRevComments, |
1787 | | - $wgFlaggedRevsWatch; |
| 1787 | + $wgFlaggedRevsOverride, $wgFlaggedRevsWatch; |
1788 | 1788 | # User must have review rights |
1789 | 1789 | if( !$wgUser->isAllowed( 'review' ) ) |
1790 | 1790 | return; |
Index: trunk/extensions/FlaggedRevs/FlaggedRevsPage.i18n.php |
— | — | @@ -133,10 +133,10 @@ |
134 | 134 | Here are the current settings for [[:$1|$1]]:', |
135 | 135 | 'stabilization-page' => 'Page name:', |
136 | 136 | 'stabilization-leg' => 'Configure the stable version for a page', |
137 | | - 'stabilization-select' => 'How the stable version is selected:', |
| 137 | + 'stabilization-select' => 'How the stable version is selected', |
138 | 138 | 'stabilization-select1' => 'The latest quality revision; if not present, then the latest reviewed one', |
139 | 139 | 'stabilization-select2' => 'The latest reviewed revision', |
140 | | - 'stabilization-def' => 'Revision displayed on default page view:', |
| 140 | + 'stabilization-def' => 'Revision displayed on default page view', |
141 | 141 | 'stabilization-def1' => 'The stable revision', |
142 | 142 | 'stabilization-def2' => 'The current revision', |
143 | 143 | 'stabilization-submit' => 'Confirm', |