Merge pull request #1395 from nisargjhaveri/typoInExport

Fixed typo in SQL export
This commit is contained in:
Marc Delisle 2014-11-10 15:47:25 -05:00
commit bade25f747

View File

@ -401,7 +401,7 @@ class ExportSql extends ExportPlugin
),
'both' => __(
'both of the above<br /> &nbsp; &nbsp; &nbsp; Example:'
. ' <code>INSERT INTO tbl_name (col_A,col_B) VALUES (1,2,3),'
. ' <code>INSERT INTO tbl_name (col_A,col_B,col_C) VALUES (1,2,3),'
. ' (4,5,6), (7,8,9)</code>'
),
'none' => __(