diff options
author | admin <devnull@localhost> | 2006-09-25 04:51:08 +0200 |
---|---|---|
committer | admin <devnull@localhost> | 2006-09-25 04:51:08 +0200 |
commit | 6ca6f9471ba31f7cba9054d075b4f90382b2d410 (patch) | |
tree | 80bac9d110b8c9a907600e6450e2e241e2a5ccd7 /system/language/english/db_lang.php | |
parent | a5e812c007b8dfbc4c117df379d63060f08b096a (diff) |
Diffstat (limited to 'system/language/english/db_lang.php')
-rw-r--r-- | system/language/english/db_lang.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/language/english/db_lang.php b/system/language/english/db_lang.php index d51bb6dce..a3d0900d0 100644 --- a/system/language/english/db_lang.php +++ b/system/language/english/db_lang.php @@ -12,6 +12,7 @@ $lang['db_del_must_use_where'] = 'Deletes are not allowed unless they contain a $lang['db_field_param_missing'] = 'To fetch fields requires the name of the table as a parameter.'; $lang['db_unsupported_function'] = 'This feature is not available for the database you are using.'; $lang['db_transaction_failure'] = 'Transaction failure: Rollback performed'; +$lang['db_unable_to_drop'] = 'Unable to drop the specified database.'; ?>
\ No newline at end of file |