Make VE math inspector title not be null

Forgot to update this for the deferMsg refactor.

Bug: 63083
Change-Id: Ib401c36d656344b74f2358e3e32870186e54e351
This commit is contained in:
Roan Kattouw 2014-03-25 11:35:22 -07:00
parent e7be4f5ba7
commit 91ac23377f
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;