Message consistency
* Removed title case * "language used for menus" Change-Id: If5c0323f5e49f2e71a3b6257b62ce5a08c74704c
This commit is contained in:
committed by
Gerrit Code Review
parent
ad4b091796
commit
01b41b9783
@@ -144,7 +144,7 @@
|
||||
quickList = quickList.slice( 0, 16 );
|
||||
quickList.sort( $.uls.data.sortByAutonym );
|
||||
var $quickListsection = $( '<div>' ).addClass( 'twelve columns uls-lcd-region-section' ).prop( 'id', 'uls-lcd-quicklist' );
|
||||
$quickListsection.append( $( '<h3>' ).addClass( 'eleven columns uls-lcd-region-section offset-by-one' ).text( 'Common Languages' ) );
|
||||
$quickListsection.append( $( '<h3>' ).addClass( 'eleven columns uls-lcd-region-section offset-by-one' ).text( 'Common languages' ) );
|
||||
this.$element.prepend( $quickListsection );
|
||||
this.regionDivs[ 'quick' ] = $quickListsection;
|
||||
for ( var i = 0; i < quickList.length; i++) {
|
||||
|
||||
Reference in New Issue
Block a user