mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-10 04:27:44 +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,
|
width: cancelWidth,
|
||||||
height: height,
|
height: height,
|
||||||
color: { red: 255, green: 255, blue: 255 },
|
color: { red: 255, green: 255, blue: 255 },
|
||||||
text: "Close"
|
text: "Cancel"
|
||||||
});
|
});
|
||||||
|
|
||||||
var voxelPreview = Overlays.addOverlay("cube", {
|
var voxelPreview = Overlays.addOverlay("cube", {
|
||||||
|
@ -337,7 +337,7 @@ var ModelImporter = function(opts) {
|
||||||
height: height,
|
height: height,
|
||||||
color: { red: 255, green: 255, blue: 255 },
|
color: { red: 255, green: 255, blue: 255 },
|
||||||
visible: false,
|
visible: false,
|
||||||
text: "Cancel"
|
text: "Close"
|
||||||
});
|
});
|
||||||
this._importing = false;
|
this._importing = false;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue