Index: trunk/phase3/maintenance/language/messages.inc |
— | — | @@ -1283,7 +1283,6 @@ |
1284 | 1284 | ), |
1285 | 1285 | 'img-auth' => array( |
1286 | 1286 | 'img-auth-accessdenied', |
1287 | | - 'img-auth-desc', |
1288 | 1287 | 'img-auth-nopathinfo', |
1289 | 1288 | 'img-auth-notindir', |
1290 | 1289 | 'img-auth-badtitle', |
Index: trunk/phase3/languages/messages/MessagesEn.php |
— | — | @@ -2146,7 +2146,6 @@ |
2147 | 2147 | |
2148 | 2148 | # img_auth script messages |
2149 | 2149 | 'img-auth-accessdenied' => 'Access denied', |
2150 | | -'img-auth-desc' => 'Image authorisation script', |
2151 | 2150 | 'img-auth-nopathinfo' => 'Missing PATH_INFO. |
2152 | 2151 | Your server is not set up to pass this information. |
2153 | 2152 | It may be CGI-based and cannot support img_auth. |