Index: trunk/extensions/Collection/Collection.body.php |
— | — | @@ -597,7 +597,7 @@ |
598 | 598 | |
599 | 599 | $response = Http::post( $this->mPODPartners[$partner]['posturl'] ); |
600 | 600 | if ( !$response ) { |
601 | | - $wgOut->showErrorPage( 'post_failed_title', 'post_failed_msg' ); |
| 601 | + $wgOut->showErrorPage( 'coll-post_failed_title', 'coll-post_failed_msg' ); |
602 | 602 | return; |
603 | 603 | } |
604 | 604 | $postData = $json->decode( $response ); |