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

Merge branch '498-change-names' into 'devel_12.1.x'

Resolve "Change names in "Add project" window"

See merge request !401
parents 9b353b37 40348e33
No related branches found
No related tags found
2 merge requests!412changes from 12.1.0~beta.1 into master,!401Resolve "Change names in "Add project" window"
Pipeline #6410 passed
......@@ -287,12 +287,12 @@ AddProjectDialog.prototype.createGeneralTabContent = function () {
'CellDesigner format.'
}));
table.appendChild(self.createCheckboxRow({
labelName: "Semantic zooming:",
labelName: "Custom semantic zooming:",
defaultValue: false,
inputName: "project-semantic-zooming"
}));
table.appendChild(self.createCheckboxRow({
labelName: "Semantic zooming contains multiple overlays:",
labelName: "Custom semantic zooming contains multiple overlays:",
defaultValue: false,
inputName: "project-semantic-zooming-contains-multiple-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