Add definite article. Props filosofo. fixes #5986

git-svn-id: https://develop.svn.wordpress.org/trunk@7893 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2008-05-05 15:55:00 +00:00
parent 468ac2a54e
commit bae502e6bd
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ if ( $can_switch_themes = current_user_can( 'switch_themes' ) )
$widgets_text = "<a href='widgets.php'>$widgets_text</a>";
?>
<p class="youare">
<?php printf( __( 'You are using %1$s theme with %2$s.' ), $ct->title, $widgets_text ); ?>
<?php printf( __( 'You are using the %1$s theme with %2$s.' ), $ct->title, $widgets_text ); ?>
<?php if ( $can_switch_themes ) : ?>
<a href="themes.php" class="rbutton"><?php _e('Change Theme'); ?></a>
<?php endif; ?>