]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/theme-install.php
Wordpress 2.9
[autoinstalls/wordpress.git] / wp-admin / theme-install.php
index 8bfe387da059afe25719247f5d8c35cde98162bd..3341db4674ec0a1634450ff51f456fb091041725 100644 (file)
@@ -30,10 +30,10 @@ $tabs['dashboard'] = __('Search');
 if ( 'search' == $tab )
        $tabs['search'] = __('Search Results');
 $tabs['upload'] = __('Upload');
 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.
 
 
 $nonmenu_tabs = array('theme-information'); //Valid actions to perform which do not have a Menu item.