aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/pt-PT/install.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/i18n/pt-PT/install.php')
-rw-r--r--app/i18n/pt-PT/install.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/i18n/pt-PT/install.php b/app/i18n/pt-PT/install.php
index a5c4e9154..5aa0989a2 100644
--- a/app/i18n/pt-PT/install.php
+++ b/app/i18n/pt-PT/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).',