Index: trunk/phase3/languages/Language.php |
— | — | @@ -357,7 +357,8 @@ |
358 | 358 | \"$1\" |
359 | 359 | from within function \"$2\". |
360 | 360 | MySQL returned error \"$3: $4\".\n", |
361 | | -'noconnect' => 'Sorry! The wiki is experiencing some technical difficulties, and cannot contact the database server.', |
| 361 | +'noconnect' => 'Sorry! The wiki is experiencing some technical difficulties, and cannot contact the database server. <br /> |
| 362 | +$1', |
362 | 363 | 'nodb' => "Could not select database $1", |
363 | 364 | 'cachederror' => 'The following is a cached copy of the requested page, and may not be up to date.', |
364 | 365 | 'readonly' => 'Database locked', |