diff -uNr wordpress/wp-admin/includes/class-wp-plugins-list-table.php wordpress-productnames.org/wp-admin/includes/class-wp-plugins-list-table.php
--- wordpress/wp-admin/includes/class-wp-plugins-list-table.php	2016-02-17 21:15:26.000000000 +0100
+++ wordpress-productnames.org/wp-admin/includes/class-wp-plugins-list-table.php	2016-02-24 13:42:26.718898738 +0100
@@ -322,7 +322,7 @@
 
 			// We assume that somebody who can install plugins in multisite is experienced enough to not need this helper link.
 			if ( ! is_multisite() && current_user_can( 'install_plugins' ) ) {
-				echo ' <a href="' . esc_url( admin_url( 'plugin-install.php?tab=search&s=' . urlencode( $s ) ) ) . '">' . __( 'Search for plugins in the WordPress Plugin Directory.' ) . '</a>';
+				echo ' <a href="' . esc_url( admin_url( 'plugin-install.php?tab=search&s=' . urlencode( $s ) ) ) . '">' . __( 'Search for plugins in the WordPress.org Plugin Directory.' ) . '</a>';
 			}
 		} elseif ( ! empty( $plugins['all'] ) )
 			_e( 'No plugins found.' );
diff -uNr wordpress/wp-admin/includes/plugin-install.php wordpress-productnames.org/wp-admin/includes/plugin-install.php
--- wordpress/wp-admin/includes/plugin-install.php	2016-02-23 00:18:29.000000000 +0100
+++ wordpress-productnames.org/wp-admin/includes/plugin-install.php	2016-02-24 13:38:13.455573564 +0100
@@ -210,7 +210,7 @@
  */
 function install_dashboard() {
 	?>
-	<p><?php printf( __( 'Plugins extend and expand the functionality of WordPress. You may automatically install plugins from the <a href="%1$s">WordPress Plugin Directory</a> or upload a plugin in .zip format via <a href="%2$s">this page</a>.' ), 'https://wordpress.org/plugins/', self_admin_url( 'plugin-install.php?tab=upload' ) ); ?></p>
+	<p><?php printf( __( 'Plugins extend and expand the functionality of WordPress. You may automatically install plugins from the <a href="%1$s">WordPress.org Plugin Directory</a> or upload a plugin in .zip format via <a href="%2$s">this page</a>.' ), 'https://wordpress.org/plugins/', self_admin_url( 'plugin-install.php?tab=upload' ) ); ?></p>
 
 	<?php display_plugins_table(); ?>
 
diff -uNr wordpress/wp-admin/plugins.php wordpress-productnames.org/wp-admin/plugins.php
--- wordpress/wp-admin/plugins.php	2016-02-17 21:15:26.000000000 +0100
+++ wordpress-productnames.org/wp-admin/plugins.php	2016-02-24 13:43:06.189878996 +0100
@@ -372,8 +372,8 @@
 'content'	=>
 	'<p>' . __('Plugins extend and expand the functionality of WordPress. Once a plugin is installed, you may activate it or deactivate it here.') . '</p>' .
 	'<p>' . sprintf(
-		/* translators: 1: Plugin Browser/Installer URL, 2: WordPress Plugin Directory URL 3: local plugin directory */
-		__( 'You can find additional plugins for your site by using the <a href="%1$s">Plugin Browser/Installer</a> functionality or by browsing the <a href="%2$s" target="_blank">WordPress Plugin Directory</a> directly and installing new plugins manually. To manually install a plugin you generally just need to upload the plugin file into your %3$s directory. Once a plugin has been installed, you can activate it here.' ),
+		/* translators: 1: Plugin Browser/Installer URL, 2: WordPress.org Plugin Directory URL 3: local plugin directory */
+		__( 'You can find additional plugins for your site by using the <a href="%1$s">Plugin Browser/Installer</a> functionality or by browsing the <a href="%2$s" target="_blank">WordPress.org Plugin Directory</a> directly and installing new plugins manually. To manually install a plugin you generally just need to upload the plugin file into your %3$s directory. Once a plugin has been installed, you can activate it here.' ),
 		'plugin-install.php',
 		'https://wordpress.org/plugins/',
 		'<code>/wp-content/plugins</code>'
