Index: trunk/extensions/CreateRedirect/CreateRedirect.i18n.php |
— | — | @@ -14,7 +14,7 @@ |
15 | 15 | $messages['en'] = array( |
16 | 16 | 'createredirect' => 'Create Redirect', |
17 | 17 | 'createredirect-desc' => 'Adds special page [[Special:CreateRedirect|CreateRedirect]] to easily create redirects', |
18 | | - 'createredirect-error' => 'ERROR: Authentication failed.', // TODO: Figure out error cases. One message just is not going to do. --Digi 11/5/07 |
| 18 | + 'createredirect-error' => 'Error: Authentication failed.', // TODO: Figure out error cases. One message just is not going to do. --Digi 11/5/07 |
19 | 19 | 'createredirect-instructions' => 'Using the form below, you can create a redirect page or replace an existing page with a redirect.', |
20 | 20 | 'createredirect-page-title' => 'Page title:', |
21 | 21 | 'createredirect-redirect-done' => 'Redirect created from "$1" to "$2"', |