move "comma separated" near "Column values"

This commit is contained in:
xseris 2018-09-13 16:25:04 +02:00
parent 31c70be20a
commit 280650867e
2 changed files with 1 additions and 2 deletions

View File

@ -156,7 +156,7 @@
"use-quote": "Use character", "use-quote": "Use character",
"quote-delimits-cells": "to enclose cells containing column separators", "quote-delimits-cells": "to enclose cells containing column separators",
"click-xml": "Click on the first XML element corresponding to the first record to load.", "click-xml": "Click on the first XML element corresponding to the first record to load.",
"column-names-label": "Column names", "column-names-label": "Column names (comma separated)",
"column-names-optional":"comma separated" "column-names-optional":"comma separated"
}, },
"core-dialogs": { "core-dialogs": {

View File

@ -59,7 +59,6 @@
<tr><td width="1%"><input type="checkbox" bind="columnNamesCheckbox" id="$check-column-names" /></td> <tr><td width="1%"><input type="checkbox" bind="columnNamesCheckbox" id="$check-column-names" /></td>
<td id="or-import-columnNames"></td> <td id="or-import-columnNames"></td>
<td><input style="width: 18em;" bind="columnNamesInput" /></td> <td><input style="width: 18em;" bind="columnNamesInput" /></td>
<td id="or-import-optional"></td>
</tr></table></div></td> </tr></table></div></td>
<td colspan="1"><div class="grid-layout layout-tightest"><table> <td colspan="1"><div class="grid-layout layout-tightest"><table>