Make WordPress Core

Ticket #28120: 28120.patch

File 28120.patch, 709 bytes (added by SergeyBiryukov, 12 years ago)
  • src/wp-admin/theme-install.php

     
    247247                                <span class="collapse-sidebar-arrow"></span>
    248248                        </a>
    249249                        <div class="theme-navigation">
    250                                 <a class="previous-theme button" href="#"><?php _e( 'Previous' ); ?></a>
    251                                 <a class="next-theme button" href="#"><?php _e( 'Next' ); ?></a>
     250                                <a class="previous-theme button" href="#"><?php _x( 'Previous', 'Button label for a theme' ); ?></a>
     251                                <a class="next-theme button" href="#"><?php _x( 'Next', 'Button label for a theme' ); ?></a>
    252252                        </div>
    253253                </div>
    254254        </div>