mirror of
https://github.com/overte-org/overte.git
synced 2025-04-16 22:26:24 +02:00
Renamed EDIT to CREATE
This commit is contained in:
parent
6ecbaff56e
commit
0d53b82326
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