Merge "Fix Bug 41804 - Display Settings shows dual labels for Font Selection"

This commit is contained in:
Nikerabbit
2012-11-09 16:44:41 +00:00
committed by Gerrit Code Review

View File

@@ -327,6 +327,7 @@
// uls-ui-font-selector-label
// uls-content-font-selector-label
$fontLabel = this.$template.find( '#' + target + '-font-selector-label' );
$fontLabel.empty();
$fontLabel.append( $( '<strong>' ).text(
$.i18n( 'ext-uls-webfonts-select-for', $.uls.data.getAutonym( language ) ) ) );