Merge "Make VE math inspector title not be null"

This commit is contained in:
jenkins-bot 2014-03-25 19:11:26 +00:00 committed by Gerrit Code Review
commit 4e362af041
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ ve.ui.MWMathInspector.static.name = 'math';
ve.ui.MWMathInspector.static.icon = 'math';
ve.ui.MWMathInspector.static.titleMessage = 'math-visualeditor-mwmathinspector-title';
ve.ui.MWMathInspector.static.title = OO.ui.deferMsg( 'math-visualeditor-mwmathinspector-title' );
ve.ui.MWMathInspector.static.nodeView = ve.ce.MWMathNode;