Index: trunk/phase3/includes/api/ApiMove.php |
— | — | @@ -154,7 +154,7 @@ |
155 | 155 | |
156 | 156 | public function getDescription() { |
157 | 157 | return array( |
158 | | - 'Moves a page.' |
| 158 | + 'Move a page.' |
159 | 159 | ); |
160 | 160 | } |
161 | 161 | |
Index: trunk/phase3/includes/api/ApiRollback.php |
— | — | @@ -107,8 +107,8 @@ |
108 | 108 | |
109 | 109 | public function getDescription() { |
110 | 110 | return array( |
111 | | - 'Undoes the last edit to the page. If the last user who edited the page made multiple edits in a row,', |
112 | | - 'they will all be rolled back. You need to be logged in as a sysop to use this function, see also action=login.' |
| 111 | + 'Undo the last edit to the page. If the last user who edited the page made multiple edits in a row,', |
| 112 | + 'they will all be rolled back.' |
113 | 113 | ); |
114 | 114 | } |
115 | 115 | |
Index: trunk/phase3/includes/api/ApiDelete.php |
— | — | @@ -189,7 +189,7 @@ |
190 | 190 | |
191 | 191 | public function getDescription() { |
192 | 192 | return array( |
193 | | - 'Deletes a page. You need to be logged in as a sysop to use this function, see also action=login.' |
| 193 | + 'Delete a page.' |
194 | 194 | ); |
195 | 195 | } |
196 | 196 | |
Index: trunk/phase3/includes/api/ApiEmailUser.php |
— | — | @@ -102,7 +102,7 @@ |
103 | 103 | |
104 | 104 | public function getDescription() { |
105 | 105 | return array( |
106 | | - 'Emails a user.' |
| 106 | + 'Email a user.' |
107 | 107 | ); |
108 | 108 | } |
109 | 109 | |