Index: trunk/extensions/Patroller/Patroller.php |
— | — | @@ -18,7 +18,7 @@ |
19 | 19 | $wgExtensionCredits['specialpage'][] = array( |
20 | 20 | 'name' => 'Patroller', |
21 | 21 | 'author' => 'Rob Church', |
22 | | - 'description' => 'Enhanced patrolling interface.', |
| 22 | + 'description' => 'Enhanced patrolling interface with workload sharing', |
23 | 23 | 'url' => 'http://www.mediawiki.org/wiki/Extension:Patroller', |
24 | 24 | ); |
25 | 25 | |