Fixed typo in SQL export

Signed-off-by: Nisarg Jhaveri <nisarg.jhaveri@research.iiit.ac.in>
This commit is contained in:
Nisarg Jhaveri 2014-11-11 00:45:35 +05:30
parent b417fd62e1
commit fb130bf20d

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' => __(