I18n for System font
Bug: 47819 Change-Id: I9244aab0ec32c27bfc56dd5a441f02a9783e5fb1
This commit is contained in:
@@ -390,7 +390,7 @@
|
||||
} );
|
||||
|
||||
$fontSelector.prop( 'disabled', !this.isWebFontsEnabled() );
|
||||
$systemFont = $( '<option>' ).val( 'system' ).text( 'System font' );
|
||||
$systemFont = $( '<option>' ).val( 'system' ).text( $.i18n( 'ext-uls-webfonts-system-font' ) );
|
||||
$fontSelector.append( $systemFont );
|
||||
$systemFont.attr( 'selected', savedFont === 'system' || !savedFont );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user