aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/es
diff options
context:
space:
mode:
Diffstat (limited to 'app/i18n/es')
-rw-r--r--app/i18n/es/install.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/i18n/es/install.php b/app/i18n/es/install.php
index f2438894d..d61778b14 100644
--- a/app/i18n/es/install.php
+++ b/app/i18n/es/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' => 'No se ha podido localizar PDO o uno de los controladores compatibles (pdo_sqlite, pdo_pgsql, pdo_mysql).',