Make WordPress Core


Ignore:
Timestamp:
01/21/2010 09:37:43 PM (16 years ago)
Author:
ryan
Message:

i18n fixes. Props nbachiyski. fixes #11954

File:
1 edited

Legend:

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

    r12752 r12789  
    157157        require_once('admin-header.php');
    158158
    159         $title = sprintf( __('Installing theme: %s'), $api->name . ' ' . $api->version );
     159        $title = sprintf( __('Installing Theme: %s'), $api->name . ' ' . $api->version );
    160160        $nonce = 'install-theme_' . $theme;
    161161        $url = 'update.php?action=install-theme&theme=' . $theme;
Note: See TracChangeset for help on using the changeset viewer.