Add tooltip to the "more languages" action to provide better context

Bug: T135224
Change-Id: I3c5d909ff334182e25b48fd3917260087ee276ef
This commit is contained in:
Niklas Laxström
2016-05-18 15:05:21 +02:00
committed by Amire80
parent e2cf4e5255
commit 4ff7d5adf8
4 changed files with 5 additions and 1 deletions

View File

@@ -352,6 +352,7 @@
$trigger = $( '<button>' )
.addClass( 'mw-interlanguage-selector mw-ui-button' )
.prop( 'title', mw.msg( 'ext-uls-compact-link-info' ) )
.text( mw.msg(
'ext-uls-compact-link-count',
mw.language.convertNumber( this.listSize - this.compactSize )