Index: sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/front-page.php
===================================================================
--- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/front-page.php	(revision 5017)
+++ sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/front-page.php	(working copy)
@@ -55,7 +55,10 @@
 			<section class="plugin-section">
 				<header class="section-header">
 					<h2 class="section-title"><?php echo esc_html( $section_title ); ?></h2>
-					<a class="section-link" href="<?php echo esc_url( home_url( "browse/$browse/" ) ); ?>"><?php printf( _x( 'See all %s', 'plugins', 'wporg-plugins' ), "<span class=\"screen-reader-text\">{$section_title}</span>" ); ?></a>
+					<a class="section-link" href="<?php echo esc_url( home_url( "browse/$browse/" ) ); ?>"><?php
+						/* Translators: %s: Section title as an accessibility text for screen readers. */
+						printf( _x( 'See all %s', 'plugins', 'wporg-plugins' ), "<span class=\"screen-reader-text\">{$section_title}</span>" );
+					?></a>
 				</header>
 
 				<?php
