diff options
Diffstat (limited to 'app/i18n/en-US/install.php')
| -rw-r--r-- | app/i18n/en-US/install.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/i18n/en-US/install.php b/app/i18n/en-US/install.php index f12b6185b..9e7298308 100644 --- a/app/i18n/en-US/install.php +++ b/app/i18n/en-US/install.php @@ -87,7 +87,7 @@ return array( ), 'pdo-sqlite' => array( 'nok' => 'Cannot find the PDO driver for SQLite.', // IGNORE - 'ok' => 'You have the PDO driver for SQLite', // IGNORE + 'ok' => 'You have the PDO driver for SQLite.', // IGNORE ), 'pdo' => array( 'nok' => 'Cannot find PDO or one of the supported drivers (pdo_sqlite, pdo_pgsql, pdo_mysql).', // IGNORE |
