diff --git a/inc/theme-options.php b/inc/theme-options.php index 1e2207ce7..b7bad9390 100644 --- a/inc/theme-options.php +++ b/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',