diff --git a/libraries/plugins/export/ExportSql.class.php b/libraries/plugins/export/ExportSql.class.php index a8a5a043eb..d33236e993 100644 --- a/libraries/plugins/export/ExportSql.class.php +++ b/libraries/plugins/export/ExportSql.class.php @@ -401,7 +401,7 @@ class ExportSql extends ExportPlugin ), 'both' => __( 'both of the above
      Example:' - . ' INSERT INTO tbl_name (col_A,col_B) VALUES (1,2,3),' + . ' INSERT INTO tbl_name (col_A,col_B,col_C) VALUES (1,2,3),' . ' (4,5,6), (7,8,9)' ), 'none' => __(