Index: trunk/extensions/LiquidThreads/api/ApiThreadAction.php |
— | — | @@ -63,7 +63,7 @@ |
64 | 64 | array( 'code' => 'no-text', 'info' => 'You must include text in your post' ), |
65 | 65 | array( 'code' => 'too-many-threads', 'info' => 'You may only edit one thread at a time' ), |
66 | 66 | array( 'code' => 'invalid-subject', 'info' => 'You must specify a thread to edit' ), |
67 | | - array( 'code' => 'no-specified-threads', 'info' => '' ), 'You must specify a thread to reply to' |
| 67 | + array( 'code' => 'no-specified-threads', 'info' => 'You must specify a thread to reply to' ), |
68 | 68 | array( 'code' => 'perm_result-protected', 'info' => 'You cannot reply to this thread, because the perm_result is protected from replies.' ), |
69 | 69 | array( 'code' => 'too-many-threads', 'info' => 'You may only change the subject of one thread at a time' ), |
70 | 70 | array( 'code' => 'no-specified-threads', 'info' => 'You must specify a thread to change the subject of' ), |