Make WordPress Core

Changeset 39208


Ignore:
Timestamp:
11/13/2016 01:29:29 AM (8 years ago)
Author:
davidakennedy
Message:

Twenty Seventeen: Fix typos in font family translator comment

Props dimadin.

Fixes #38740.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyseventeen/functions.php

    r39183 r39208  
    201201    /**
    202202     * Translators: If there are characters in your language that are not
    203      * supported by Libre Frankin, translate this to 'off'. Do not translate
     203     * supported by Libre Franklin, translate this to 'off'. Do not translate
    204204     * into your own language.
    205205     */
    206     $libre_franklin = _x( 'on', 'libre_franklin font: on or off', 'twentyseventeen' );
     206    $libre_franklin = _x( 'on', 'Libre Franklin font: on or off', 'twentyseventeen' );
    207207
    208208    if ( 'off' !== $libre_franklin ) {
Note: See TracChangeset for help on using the changeset viewer.