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

Change-Id: I46a9a67595840d0e67b95226f6d1fa17de1946e5
This commit is contained in:
Santhosh Thottingal
2012-11-08 14:48:31 +05:30
parent 5f14b23bc4
commit c48b270dec

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