diff options
Diffstat (limited to 'app/i18n/pt-BR/install.php')
| -rw-r--r-- | app/i18n/pt-BR/install.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/i18n/pt-BR/install.php b/app/i18n/pt-BR/install.php index a0e831c04..e2606baa0 100644 --- a/app/i18n/pt-BR/install.php +++ b/app/i18n/pt-BR/install.php @@ -87,7 +87,7 @@ return array( ), 'pdo-sqlite' => array( 'nok' => 'Cannot find the PDO driver for SQLite.', // TODO - 'ok' => 'You have the PDO driver for SQLite', // TODO + 'ok' => 'You have the PDO driver for SQLite.', // TODO ), 'pdo' => array( 'nok' => 'Não foi encontrado o PDO ou um dos drivers suportados (pdo_sqlite, pdo_pgsql, pdo_mysql).', |
