Add insert-function button to expression editor

This commit is contained in:
Nick O'Leary
2016-11-16 14:54:51 +00:00
parent 8caee09ea4
commit eeaff6b553
5 changed files with 21 additions and 7 deletions

View File

@@ -320,6 +320,7 @@
"empty": "No matches found"
},
"expressionEditor": {
"functions": "Functions"
"functions": "Functions",
"insert": "Insert"
}
}