Index: sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/page-getting-started.php
===================================================================
--- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/page-getting-started.php	(revision 1921)
+++ sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/page-getting-started.php	(working copy)
@@ -39,17 +39,17 @@
 				<p><?php _e( 'Themes from sites that support non-GPL (or compatible) themes or that don&rsquo;t meet with the theme review guidelines will not be approved.', 'wporg-themes' ); ?></p>
 				<p>
 					<?php printf( __( 'Your theme will be reviewed using the <a href="%s">Theme Unit Test data</a>. Before uploading your theme please test it with this sample export data.', 'wporg-themes' ),
-						'//codex.wordpress.org/Theme_Unit_Test'
+						__( '//codex.wordpress.org/Theme_Unit_Test', 'wporg-themes' )
 					); ?>
 				</p>
 				<p>
 					<?php printf( __( 'Further resources for theme developers can be found in the Codex on the <a href="%s">Theme Development page</a>.', 'wporg-themes' ),
-						'//codex.wordpress.org/Theme_Development'
+						__( '//codex.wordpress.org/Theme_Development', 'wporg-themes' )
 					); ?>
 				</p>
 				<p>
 					<?php printf( __( 'For questions about theme development please use the <a href="%s">Themes and Templates forum</a>.', 'wporg-themes' ),
-						'//wordpress.org/support/forum/themes-and-templates'
+						__( '//wordpress.org/support/forum/themes-and-templates', 'wporg-themes' )
 					); ?>
 				</p>
 
