remove mention of recon on help

This commit is contained in:
Thad Guidry 2019-07-23 22:36:32 -05:00
parent c7d46a4eca
commit 94fa0c2189
2 changed files with 0 additions and 4 deletions

View File

@ -218,7 +218,6 @@
"core-dialogs/cells-of-row": "The cells of the current row. This is a shortcut for 'row.cells'. A particular cell can be retrieved with 'cells.<column name>' if the <column name> is a single word, or with 'cells[\"<column name>\"] otherwise.",
"core-dialogs/row-index": "The current row's index. This is a shortcut for 'row.index'.",
"core-dialogs/record-fields": "one or more rows grouped together to form a record; object has more fields, details at https://github.com/OpenRefine/OpenRefine/wiki/Variables#record",
"core-dialogs/recon-fields": "recon object of a cell returned from a reconciliation service; object has more fields, details at https://github.com/OpenRefine/OpenRefine/wiki/Variables#recon",
"core-dialogs/returns": "returns",
"core-dialogs/from": "From",
"core-dialogs/expression": "Expression",

View File

@ -208,9 +208,6 @@ ExpressionPreviewDialog.Widget.prototype._renderHelp = function(data) {
},
{ name: "record",
description: $.i18n('core-dialogs/record-fields')
},
{ name: "recon",
description: $.i18n('core-dialogs/recon-fields')
}
];
for (var i = 0; i < vars.length; i++) {