I18N: Add missing translator comment in help text on Reading Settings screen.

Props garrett-eclipse.
See #46708.

git-svn-id: https://develop.svn.wordpress.org/trunk@45913 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2019-08-29 21:36:00 +00:00
parent e9d1a9a539
commit 07ec966f17
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ get_current_screen()->add_help_tab(
'title' => __( 'Overview' ),
'content' => '<p>' . __( 'This screen contains the settings that affect the display of your content.' ) . '</p>' .
'<p>' . sprintf(
/* translators: %s: URL to Pages screen */
__( 'You can choose what&#8217;s displayed on the homepage of your site. It can be posts in reverse chronological order (classic blog), or a fixed/static page. To set a static homepage, you first need to create two <a href="%s">Pages</a>. One will become the homepage, and the other will be where your posts are displayed.' ),
'post-new.php?post_type=page'
) . '</p>' .