Przeglądaj źródła

Editor: Fixed View menu title.

Mr.doob 11 lat temu
rodzic
commit
0b97cbe7c0
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      editor/js/Menubar.View.js

+ 1 - 1
editor/js/Menubar.View.js

@@ -32,6 +32,6 @@ Menubar.View = function ( editor ) {
 
 
 	optionsPanel = UI.MenubarHelper.createOptionsPanel( menuConfig );
 	optionsPanel = UI.MenubarHelper.createOptionsPanel( menuConfig );
 
 
-	return UI.MenubarHelper.createMenuContainer( 'Help', optionsPanel );
+	return UI.MenubarHelper.createMenuContainer( 'View', optionsPanel );
 
 
 }
 }