diff options
author | admin <devnull@localhost> | 2006-10-02 08:46:16 +0200 |
---|---|---|
committer | admin <devnull@localhost> | 2006-10-02 08:46:16 +0200 |
commit | e8f6eb62a0600daf5b192746e1eed3e81516bc92 (patch) | |
tree | 0f2c39dda00a4adf6d01a596ce977962b2c2a12a /system/language/english | |
parent | 3cad41e56fe4edc057cf6a84952a343686376429 (diff) |
Diffstat (limited to 'system/language/english')
-rw-r--r-- | system/language/english/db_lang.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/system/language/english/db_lang.php b/system/language/english/db_lang.php index 392990120..a17bb71ff 100644 --- a/system/language/english/db_lang.php +++ b/system/language/english/db_lang.php @@ -16,6 +16,8 @@ $lang['db_unable_to_drop'] = 'Unable to drop the specified database.'; $lang['db_unsuported_feature'] = 'Unsupported feature of the database platform you are using.'; $lang['db_unsuported_compression'] = 'The file compression format you chose is not supported by your server.'; $lang['db_filepath_error'] = 'Unable to write data to the file path you have submitted.'; +$lang['db_invalid_cache_path'] = 'The cache path you submitted is not valid or writable.'; + |