mirror of
https://github.com/overte-org/overte.git
synced 2025-04-24 05:53:29 +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({
|
||||
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) {
|
||||
|
|
Loading…
Reference in a new issue