From dd2861350f8a4305148c1b39c09b664cacf6ce76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Wed, 15 Sep 2010 15:07:49 +0200 Subject: [PATCH] Better description. --- libraries/export/sql.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/export/sql.php b/libraries/export/sql.php index ade857f59..a1074cd70 100644 --- a/libraries/export/sql.php +++ b/libraries/export/sql.php @@ -120,7 +120,7 @@ if (isset($plugin_list)) { /* end SQL statements */ $plugin_list['sql']['options'][] = - array('type' => 'bool', 'name' => 'backquotes', 'text' => __('Enclose table and field names with backquotes (Protects field and table names formed with special characters)')); + array('type' => 'bool', 'name' => 'backquotes', 'text' => __('Enclose table and field names with backquotes (Protects field and table names formed with special characters or keywords)')); $plugin_list['sql']['options'][] = array('type' => 'end_group');