Fix customizer setting description

This commit is contained in:
Tetrakern 2024-08-19 13:19:43 +02:00
parent 6af2b0b678
commit b838a84f9d
2 changed files with 4 additions and 3 deletions

View File

@ -1376,7 +1376,7 @@ function fictioneer_add_layout_customizer_settings( $manager ) {
'default_story_cover',
array(
'label' => __( 'Default Story Cover', 'fictioneer' ),
'description' => __( 'Default cover for stories; does not work on vertical cards.', 'fictioneer' ),
'description' => __( 'Default cover for stories if none has been provided; inherited by chapters.', 'fictioneer' ),
'priority' => 1,
'section' => 'layout',
'settings' => 'default_story_cover',

View File

@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Fictioneer\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-19 10:04+0000\n"
"POT-Creation-Date: 2024-08-19 11:21+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: \n"
@ -4653,7 +4653,8 @@ msgid ""
msgstr ""
#: includes/functions/_customizer-settings.php:1379
msgid "Default cover for stories; does not work on vertical cards."
msgid ""
"Default cover for stories if none has been provided; inherited by chapters."
msgstr ""
#: includes/functions/settings/_settings_actions.php:101