From b0fd2c66917241ace49d5303e7323fc5f8062711 Mon Sep 17 00:00:00 2001 From: lancewillett Date: Sun, 5 Aug 2012 23:58:12 +0000 Subject: [PATCH] Twenty Twelve: standardize label used for Web Fonts option. Props jkudish, fixes #21487. git-svn-id: http://core.svn.wordpress.org/trunk@21448 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- inc/theme-options.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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',