Skip to content
Snippets Groups Projects
Commit c57a04a6 authored by Piotr Gawron's avatar Piotr Gawron
Browse files

name changed

parent 1026acdd
No related branches found
No related tags found
2 merge requests!759Merge 12.2.3,!755Resolve "change name of the checkbox in ADD PROJECT window"
...@@ -287,7 +287,7 @@ AddProjectDialog.prototype.createGeneralTabContent = function () { ...@@ -287,7 +287,7 @@ AddProjectDialog.prototype.createGeneralTabContent = function () {
'CellDesigner format.' 'CellDesigner format.'
})); }));
table.appendChild(self.createCheckboxRow({ table.appendChild(self.createCheckboxRow({
labelName: "Custom semantic zooming contains multiple overlays:", labelName: "Split semantic zoom into separate layers:",
defaultValue: false, defaultValue: false,
inputName: "project-semantic-zooming-contains-multiple-overlays", inputName: "project-semantic-zooming-contains-multiple-overlays",
help: "Check this checkbox to display each semantic zoom level in the General Overlays" help: "Check this checkbox to display each semantic zoom level in the General Overlays"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment