diff options
Diffstat (limited to 'app/i18n/de/install.php')
| -rw-r--r-- | app/i18n/de/install.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/i18n/de/install.php b/app/i18n/de/install.php index 69b613ad0..0417da943 100644 --- a/app/i18n/de/install.php +++ b/app/i18n/de/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' => 'Ihnen fehlt PDO oder einer der unterstützten Treiber (pdo_sqlite, pdo_pgsql, pdo_mysql).', |
