Fix a coding standard issue from #15416

Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
William Desportes 2020-05-02 01:25:11 +02:00
parent fe677e4c11
commit f2210a32a8
No known key found for this signature in database
GPG Key ID: 90A0EF1B8251A889

View File

@ -332,7 +332,7 @@ class ExportSql extends ExportPlugin
$subgroup_create_view->setSubgroupHeader($leaf);
$leaf = new BoolPropertyItem(
"simple_view_export",
'simple_view_export',
/* l10n: Allow simplifying exported view syntax to only "CREATE VIEW" */
__('Use simple view export')
);