Index: src/wp-admin/theme-install.php
===================================================================
--- src/wp-admin/theme-install.php	(revision 28248)
+++ src/wp-admin/theme-install.php	(working copy)
@@ -247,8 +247,8 @@
 				<span class="collapse-sidebar-arrow"></span>
 			</a>
 			<div class="theme-navigation">
-				<a class="previous-theme button" href="#"><?php _e( 'Previous' ); ?></a>
-				<a class="next-theme button" href="#"><?php _e( 'Next' ); ?></a>
+				<a class="previous-theme button" href="#"><?php _x( 'Previous', 'Button label for a theme' ); ?></a>
+				<a class="next-theme button" href="#"><?php _x( 'Next', 'Button label for a theme' ); ?></a>
 			</div>
 		</div>
 	</div>
