From: umherirrender Date: Tue, 10 Jun 2014 19:42:11 +0000 (+0200) Subject: Change 'delete' to 'rollback' in action=rollback params description X-Git-Tag: 1.31.0-rc.0~15416^2 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22brouteur%22%2C%28%24id_rubrique%20?a=commitdiff_plain;h=e6635401ebd8ab6fe975253e2007a4fee6354091;p=lhc%2Fweb%2Fwiklou.git Change 'delete' to 'rollback' in action=rollback params description Bug: 66406 Change-Id: Iab874f45b5baaa89a6345e351cc45ed16f5af6e8 --- diff --git a/includes/api/ApiRollback.php b/includes/api/ApiRollback.php index d0ce6d7dbf..80e09b689a 100644 --- a/includes/api/ApiRollback.php +++ b/includes/api/ApiRollback.php @@ -115,8 +115,8 @@ class ApiRollback extends ApiBase { $p = $this->getModulePrefix(); return array( - 'title' => "Title of the page you want to delete. Cannot be used together with {$p}pageid", - 'pageid' => "Page ID of the page you want to delete. Cannot be used together with {$p}title", + 'title' => "Title of the page you want to roll back. Cannot be used together with {$p}pageid", + 'pageid' => "Page ID of the page you want to roll back. Cannot be used together with {$p}title", 'user' => 'Name of the user whose edits are to be rolled back. If ' . 'set incorrectly, you\'ll get a badtoken error.', 'token' => 'A rollback token previously retrieved through ' .