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');