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

Merge branch '135-export-model-should-be-export-map' into 'master'

model renamed to map

Closes #135

See merge request !100
parents 9e7900ed 1319c7dc
No related branches found
No related tags found
1 merge request!100model renamed to map
...@@ -129,7 +129,7 @@ ContextMenu.prototype.createExportAsModelSubmenu = function() { ...@@ -129,7 +129,7 @@ ContextMenu.prototype.createExportAsModelSubmenu = function() {
}); });
var submenu = new SubMenu({ var submenu = new SubMenu({
element : li, element : li,
name : "Export as model", name : "Export as map",
customMap : self.getMap() customMap : self.getMap()
}); });
......
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