You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p><?php_e( 'The following translation updates are available. Update Translations to install them.' ); ?></p>
839
-
<ul class="ul-disc">
838
+
<p><?php_e( 'The following translation updates are available. Leave any translation updates unchecked if you want to install them later, then click “Update Translations”.' ); ?></p>
839
+
<p><?php_e( 'Translation updates you leave unchecked will remain available until you select them.' ); ?></p>
@@ -1026,7 +1068,7 @@ function do_undismiss_core_update() {
1026
1068
$updates_howto .= '<p>' . __( '<strong>Themes and Plugins</strong> — To update individual themes or plugins from this screen, use the checkboxes to make your selection, then <strong>click on the appropriate “Update” button</strong>. To update all of your themes or plugins at once, you can check the box at the top of the section to select all before clicking the update button.' ) . '</p>';
1027
1069
1028
1070
if ( 'en_US' !== get_locale() ) {
1029
-
$updates_howto .= '<p>' . __( '<strong>Translations</strong> — The files translating WordPress into your language are updated for you whenever any other updates occur. But if these files are out of date, you can <strong>click the “Update Translations”</strong> button.' ) . '</p>';
1071
+
$updates_howto .= '<p>' . __( '<strong>Translations</strong> — Translation updates are selected for installation by default. Leave any translation updates unchecked if you want to install them later, then <strong>click the “Update Translations”</strong> button. Translation updates you leave unchecked will remain available until you select them.' ) . '</p>';
1030
1072
}
1031
1073
1032
1074
get_current_screen()->add_help_tab(
@@ -1116,6 +1158,15 @@ function do_undismiss_core_update() {
0 commit comments