From e6635401ebd8ab6fe975253e2007a4fee6354091 Mon Sep 17 00:00:00 2001 From: umherirrender Date: Tue, 10 Jun 2014 21:42:11 +0200 Subject: [PATCH] Change 'delete' to 'rollback' in action=rollback params description Bug: 66406 Change-Id: Iab874f45b5baaa89a6345e351cc45ed16f5af6e8 --- includes/api/ApiRollback.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ' . -- 2.20.1