mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 08:29:33 +02:00
Renamed EDIT to CREATE
This commit is contained in:
parent
3b5851b7c3
commit
7f1db38390
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Reference in a new issue