diff options
Diffstat (limited to 'app/i18n/zh-TW/install.php')
| -rw-r--r-- | app/i18n/zh-TW/install.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/i18n/zh-TW/install.php b/app/i18n/zh-TW/install.php index 93a5f48ba..c7b2e17f3 100644 --- a/app/i18n/zh-TW/install.php +++ b/app/i18n/zh-TW/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' => '找不到 PDO 或支持的驅動(pdo_mysql、pdo_sqlite、pdo_pgsql)', |
