Merge pull request #10300 from vladest/tablet-edit-tocreate

Renamed EDIT to CREATE
This commit is contained in:
Seth Alves 2017-04-27 15:31:14 -07:00 committed by GitHub
commit 2c2f51689a

View file

@ -343,7 +343,7 @@ var toolBar = (function () {
activeButton = tablet.addButton({ activeButton = tablet.addButton({
icon: "icons/tablet-icons/edit-i.svg", icon: "icons/tablet-icons/edit-i.svg",
activeIcon: "icons/tablet-icons/edit-a.svg", activeIcon: "icons/tablet-icons/edit-a.svg",
text: "EDIT", text: "CREATE",
sortOrder: 10 sortOrder: 10
}); });
tablet.screenChanged.connect(function (type, url) { tablet.screenChanged.connect(function (type, url) {
@ -2094,3 +2094,4 @@ entityListTool.webView.webEventReceived.connect(function (data) {
}); });
}()); // END LOCAL_SCOPE }()); // END LOCAL_SCOPE