I18n for System font

Bug: 47819
Change-Id: I9244aab0ec32c27bfc56dd5a441f02a9783e5fb1
This commit is contained in:
Niklas Laxström
2013-05-03 08:43:08 +00:00
parent 603b8f60ac
commit f275dbeb98
3 changed files with 4 additions and 2 deletions

View File

@@ -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 );