X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/d3b1ea255664edd2deef17f900a655613d20820d..refs/tags/wordpress-2.9:/wp-admin/theme-install.php diff --git a/wp-admin/theme-install.php b/wp-admin/theme-install.php index 8bfe387d..3341db46 100644 --- a/wp-admin/theme-install.php +++ b/wp-admin/theme-install.php @@ -30,10 +30,10 @@ $tabs['dashboard'] = __('Search'); if ( 'search' == $tab ) $tabs['search'] = __('Search Results'); $tabs['upload'] = __('Upload'); -$tabs['featured'] = __('Featured'); -//$tabs['popular'] = __('Popular'); -$tabs['new'] = __('Newest'); -$tabs['updated'] = __('Recently Updated'); +$tabs['featured'] = _x('Featured','Theme Installer'); +//$tabs['popular'] = _x('Popular','Theme Installer'); +$tabs['new'] = _x('Newest','Theme Installer'); +$tabs['updated'] = _x('Recently Updated','Theme Installer'); $nonmenu_tabs = array('theme-information'); //Valid actions to perform which do not have a Menu item.