diff --git a/wp-content/themes/twentytwelve/inc/theme-options.php b/wp-content/themes/twentytwelve/inc/theme-options.php index 1e2207ce78..b7bad93903 100644 --- a/wp-content/themes/twentytwelve/inc/theme-options.php +++ b/wp-content/themes/twentytwelve/inc/theme-options.php @@ -142,7 +142,7 @@ class Twenty_Twelve_Options { ?> add_control( $this->option_key . '_enable_fonts', array( - 'label' => __( 'Enable Web Fonts', 'twentytwelve' ), + 'label' => __( 'Enable the Open Sans typeface.', 'twentytwelve' ), 'section' => $this->option_key . '_enable_fonts', 'settings' => $this->option_key . '[enable_fonts]', 'type' => 'checkbox',