Make WordPress Core


Ignore:
Timestamp:
12/03/2010 09:16:28 AM (13 years ago)
Author:
scribu
Message:

More s/upgrade/update. Props michaelh. See #15656

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/update.php

    r16221 r16701  
    5252        check_admin_referer('upgrade-plugin_' . $plugin);
    5353
    54         $title = __('Upgrade Plugin');
     54        $title = __('Update Plugin');
    5555        $parent_file = 'plugins.php';
    5656        $submenu_file = 'plugins.php';
     
    156156        add_thickbox();
    157157        wp_enqueue_script('theme-preview');
    158         $title = __('Upgrade Theme');
     158        $title = __('Update Theme');
    159159        $parent_file = 'themes.php';
    160160        $submenu_file = 'themes.php';
Note: See TracChangeset for help on using the changeset viewer.