diff options
Diffstat (limited to 'includes/install.mysqli.inc')
-rw-r--r-- | includes/install.mysqli.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/install.mysqli.inc b/includes/install.mysqli.inc index ae5831f4e..0d243752f 100644 --- a/includes/install.mysqli.inc +++ b/includes/install.mysqli.inc @@ -21,7 +21,7 @@ function mysqli_is_available() { */ function drupal_test_mysqli($url, &$success) { if (!mysqli_is_available()) { - drupal_set_message('PHP MySQLi support not enabled.', 'error'); + drupal_set_message(st('PHP MySQLi support not enabled.'), 'error'); return FALSE; } |