mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-04 08:33:12 +02:00
Rename buttons in editModels.js
This commit is contained in:
parent
01737e18b2
commit
6a53765a47
1 changed files with 2 additions and 2 deletions
|
@ -153,7 +153,7 @@ var ExportMenu = function(opts) {
|
|||
width: cancelWidth,
|
||||
height: height,
|
||||
color: { red: 255, green: 255, blue: 255 },
|
||||
text: "Close"
|
||||
text: "Cancel"
|
||||
});
|
||||
|
||||
var voxelPreview = Overlays.addOverlay("cube", {
|
||||
|
@ -337,7 +337,7 @@ var ModelImporter = function(opts) {
|
|||
height: height,
|
||||
color: { red: 255, green: 255, blue: 255 },
|
||||
visible: false,
|
||||
text: "Cancel"
|
||||
text: "Close"
|
||||
});
|
||||
this._importing = false;
|
||||
|
||||
|
|
Loading…
Reference in a new issue