translation-en.json: add colon to "custom" label

The styling of the text field that appears after this label
makes it easy to miss as an input field.
Having the colon after the label makes it clearer
that the user can type into the text box.
This commit is contained in:
Waldir Pimenta 2018-07-04 17:24:11 +01:00 committed by GitHub
parent 0af6f5ed08
commit 1a82cf8350
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -151,7 +151,7 @@
"col-separated-by": "Columns are separated by",
"commas": "commas (CSV)",
"tabs": "tabs (TSV)",
"custom": "custom",
"custom": "custom:",
"escape": "Escape special characters with \\",
"use-quote": "Use character",
"quote-delimits-cells": "to enclose cells containing column separators",