[wp-trac] [WordPress Trac] #52271: translation is not consistant in help text

WordPress Trac noreply at wordpress.org
Wed Jan 13 09:20:56 UTC 2021


#52271: translation is not consistant in help text
--------------------------------------+-----------------------------
 Reporter:  psmits1567                |       Owner:  (none)
     Type:  defect (bug)              |      Status:  new
 Priority:  normal                    |   Milestone:  5.7
Component:  Text Changes              |     Version:  5.6
 Severity:  normal                    |  Resolution:
 Keywords:  good-first-bug has-patch  |     Focuses:  administration
--------------------------------------+-----------------------------
Changes (by ovidiul):

 * keywords:  good-first-bug needs-patch => good-first-bug has-patch


Comment:

 I am attaching the patch here for review. Thanks


 {{{
 diff --git a/src/wp-admin/themes.php b/src/wp-admin/themes.php
 index 157a42e629..cb205e19df 100644
 --- a/src/wp-admin/themes.php
 +++ b/src/wp-admin/themes.php
 @@ -170,7 +170,7 @@ if ( current_user_can( 'install_themes' ) ) {
  if ( current_user_can( 'edit_theme_options' ) && current_user_can(
 'customize' ) ) {
         $help_customize =
                 '<p>' . __( 'Tap or hover on any theme then click the Live
 Preview button to see a live preview of that theme and change theme
 options in a separate, full-screen view. You can also find a Live Preview
 button at the bottom of the theme details screen. Any installed theme can
 be previewed and customized in this way.' ) . '</p>' .
 -               '<p>' . __( 'The theme being previewed is fully
 interactive — navigate to different pages to see how the theme
 handles posts, archives, and other page templates. The settings may differ
 depending on what theme features the theme being previewed supports. To
 accept the new settings and activate the theme all in one step, click the
 Publish & Activate button above the menu.' ) . '</p>' .
 +               '<p>' . __( 'The theme being previewed is fully
 interactive — navigate to different pages to see how the theme
 handles posts, archives, and other page templates. The settings may differ
 depending on what theme features the theme being previewed supports. To
 accept the new settings and activate the theme all in one step, click the
 Activate & Publish button above the menu.' ) . '</p>' .
                 '<p>' . __( 'When previewing on smaller monitors, you can
 use the collapse icon at the bottom of the left-hand pane. This will hide
 the pane, giving you more room to preview your site in the new theme. To
 bring the pane back, click on the collapse icon again.' ) . '</p>';

         get_current_screen()->add_help_tab(
 }}}

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/52271#comment:4>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list