From 97ae697d6a1a00ee699e954fa71dc50da9e0ad8d Mon Sep 17 00:00:00 2001 From: "David A. Kennedy" Date: Sun, 13 Nov 2016 01:29:29 +0000 Subject: [PATCH] Twenty Seventeen: Fix typos in font family translator comment Props dimadin. Fixes #38740. git-svn-id: https://develop.svn.wordpress.org/trunk@39208 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-content/themes/twentyseventeen/functions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wp-content/themes/twentyseventeen/functions.php b/src/wp-content/themes/twentyseventeen/functions.php index de742624a6..7b4b34e989 100644 --- a/src/wp-content/themes/twentyseventeen/functions.php +++ b/src/wp-content/themes/twentyseventeen/functions.php @@ -200,10 +200,10 @@ function twentyseventeen_fonts_url() { /** * Translators: If there are characters in your language that are not - * supported by Libre Frankin, translate this to 'off'. Do not translate + * supported by Libre Franklin, translate this to 'off'. Do not translate * into your own language. */ - $libre_franklin = _x( 'on', 'libre_franklin font: on or off', 'twentyseventeen' ); + $libre_franklin = _x( 'on', 'Libre Franklin font: on or off', 'twentyseventeen' ); if ( 'off' !== $libre_franklin ) { $font_families = array();