Change entity editor tab name

This commit is contained in:
David Rowe 2016-03-19 14:58:12 +13:00
parent 3fa678a652
commit 01685b2d44

View file

@ -5,7 +5,7 @@ EntityListTool = function(opts) {
var url = ENTITY_LIST_HTML_URL;
var webView = new OverlayWebWindow({
title: 'Entities', source: url, toolWindow: true
title: 'Entity List', source: url, toolWindow: true
});