Renamed EDIT to CREATE

This commit is contained in:
Vladyslav Stelmakhovskyi 2017-04-27 09:30:00 +02:00 committed by Chris Collins
parent 3b5851b7c3
commit 7f1db38390

View file

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