Index: wp-admin/import.php
===================================================================
--- wp-admin/import.php	(revision 47089)
+++ wp-admin/import.php	(working copy)
@@ -161,7 +161,7 @@
 					);
 				} else {
 					$action = sprintf(
-						/* translators: URL to Import screen on the main site. */
+						/* translators: %s: URL to Import screen on the main site. */
 						__( 'This importer is not installed. Please install importers from <a href="%s">the main site</a>.' ),
 						get_admin_url( get_current_network_id(), 'import.php' )
 					);
Index: wp-admin/includes/ms.php
===================================================================
--- wp-admin/includes/ms.php	(revision 47091)
+++ wp-admin/includes/ms.php	(working copy)
@@ -908,7 +908,7 @@
 				<td><fieldset><p><legend>
 				<?php
 				printf(
-					/* translators: User login. */
+					/* translators: %s: User login. */
 					__( 'What should be done with content owned by %s?' ),
 					'<em>' . $delete_user->user_login . '</em>'
 				);
Index: wp-admin/includes/template.php
===================================================================
--- wp-admin/includes/template.php	(revision 47091)
+++ wp-admin/includes/template.php	(working copy)
@@ -1309,7 +1309,7 @@
 
 						echo '<button type="button" class="handlediv" aria-expanded="true">';
 						echo '<span class="screen-reader-text">' . sprintf(
-							/* translators: Meta box title. */
+							/* translators: %s: Meta box title. */
 							__( 'Toggle panel: %s' ),
 							$widget_title
 						) . '</span>';
Index: wp-admin/nav-menus.php
===================================================================
--- wp-admin/nav-menus.php	(revision 47089)
+++ wp-admin/nav-menus.php	(working copy)
@@ -530,7 +530,7 @@
 
 if ( ! current_theme_supports( 'menus' ) && ! $num_locations ) {
 	$messages[] = '<div id="message" class="updated"><p>' . sprintf(
-		/* translators: URL to Widgets screen. */
+		/* translators: %s: URL to Widgets screen. */
 		__( 'Your theme does not natively support menus, but you can use them in sidebars by adding a &#8220;Navigation Menu&#8221; widget on the <a href="%s">Widgets</a> screen.' ),
 		admin_url( 'widgets.php' )
 	) . '</p></div>';
Index: wp-admin/options-privacy.php
===================================================================
--- wp-admin/options-privacy.php	(revision 47089)
+++ wp-admin/options-privacy.php	(working copy)
@@ -100,7 +100,7 @@
 				'page_for_privacy_policy',
 				'page_for_privacy_policy',
 				sprintf(
-					/* translators: URL to Pages Trash. */
+					/* translators: %s: URL to Pages Trash. */
 					__( 'The currently selected Privacy Policy page is in the trash. Please create or select a new Privacy Policy page or <a href="%s">restore the current page</a>.' ),
 					'edit.php?post_status=trash&post_type=page'
 				),
Index: wp-admin/plugins.php
===================================================================
--- wp-admin/plugins.php	(revision 47089)
+++ wp-admin/plugins.php	(working copy)
@@ -456,7 +456,7 @@
 		'content' =>
 				'<p>' . __( 'Most of the time, plugins play nicely with the core of WordPress and with other plugins. Sometimes, though, a plugin&#8217;s code will get in the way of another plugin, causing compatibility issues. If your site starts doing strange things, this may be the problem. Try deactivating all your plugins and re-activating them in various combinations until you isolate which one(s) caused the issue.' ) . '</p>' .
 				'<p>' . sprintf(
-					/* translators: WP_PLUGIN_DIR constant value. */
+					/* translators: %s: WP_PLUGIN_DIR constant value. */
 					__( 'If something goes wrong with a plugin and you can&#8217;t use WordPress, delete or rename that file in the %s directory and it will be automatically deactivated.' ),
 					'<code>' . WP_PLUGIN_DIR . '</code>'
 				) . '</p>',
Index: wp-admin/tools.php
===================================================================
--- wp-admin/tools.php	(revision 47089)
+++ wp-admin/tools.php	(working copy)
@@ -70,7 +70,7 @@
 			<p>
 			<?php
 				printf(
-					/* translators: URL to Import screen. */
+					/* translators: %s: URL to Import screen. */
 					__( 'If you want to convert your categories to tags (or vice versa), use the <a href="%s">Categories and Tags Converter</a> available from the Import screen.' ),
 					'import.php'
 				);
