mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-24 22:35:41 +00:00
Merge "i18n: Native digits on 'visualeditor-editnotices-tool'"
This commit is contained in:
commit
d6baaf3ba2
|
@ -43,7 +43,10 @@ ve.ui.MWNoticesPopupTool = function VeUiMWNoticesPopupTool( toolGroup, config )
|
|||
var tool = this,
|
||||
items = toolGroup.getToolbar().getTarget().getEditNotices(),
|
||||
count = items.length,
|
||||
title = ve.msg( 'visualeditor-editnotices-tool', count );
|
||||
title = ve.msg(
|
||||
'visualeditor-editnotices-tool',
|
||||
mw.language.convertNumber( count )
|
||||
);
|
||||
|
||||
// Parent constructor
|
||||
ve.ui.MWNoticesPopupTool.super.call( this, title, toolGroup, config );
|
||||
|
|
Loading…
Reference in a new issue