# This patch file was generated by NetBeans IDE
# Following Index: paths are relative to: D:\Documents\NetBeansProjects\trunk
# This patch can be applied using context Tools: Patch action on respective folder.
# It uses platform neutral UTF-8 encoding and \n newlines.
# Above lines and this line are ignored by the patching process.
Index: src/wp-admin/index.php
--- src/wp-admin/index.php Base (BASE)
+++ src/wp-admin/index.php Locally Modified (Based On LOCAL)
@@ -81,13 +81,13 @@
 if ( ! is_multisite() && current_user_can( 'install_plugins' ) ) {
 	$help .= '<p>' . sprintf(
 		/* translators: %s: WordPress Planet URL */
-		__( '<strong>WordPress News</strong> &mdash; Latest news from the official WordPress project, the <a href="%s">WordPress Planet</a>, and popular plugins.' ),
+		__( '<strong>WordPress Events and News</strong> &mdash; Latest news from the official WordPress project, the <a href="%s">WordPress Planet</a>, and upcoming events near you.' ),
 		__( 'https://planet.wordpress.org/' )
 	) . '</p>';
 } else {
 	$help .= '<p>' . sprintf(
 		/* translators: %s: WordPress Planet URL */
-		__( '<strong>WordPress News</strong> &mdash; Latest news from the official WordPress project and the <a href="%s">WordPress Planet</a>.' ),
+		__( '<strong>WordPress Events and News</strong> &mdash; Latest news from the official WordPress project, the <a href="%s">WordPress Planet</a>, and upcoming events near you.' ),
 		__( 'https://planet.wordpress.org/' )
 	) . '</p>';
 }
