Changeset 7893

Show
Ignore:
Timestamp:
05/05/08 15:55:00 (5 months ago)
Author:
ryan
Message:

Add definite article. Props filosofo. fixes #5986

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-admin/index.php

    r7590 r7893  
    111111?> 
    112112<p class="youare"> 
    113     <?php printf( __( 'You are using %1$s theme with %2$s.' ), $ct->title, $widgets_text ); ?> 
     113    <?php printf( __( 'You are using the %1$s theme with %2$s.' ), $ct->title, $widgets_text ); ?> 
    114114    <?php if ( $can_switch_themes ) : ?> 
    115115        <a href="themes.php" class="rbutton"><?php _e('Change Theme'); ?></a>