Context for 'Attachment' when referring to the background image attachment. props xibe, fixes #23433.

git-svn-id: https://develop.svn.wordpress.org/trunk@24621 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2013-07-10 03:07:53 +00:00
parent 9d31473e23
commit 1b035dc715
1 changed files with 1 additions and 1 deletions

View File

@ -301,7 +301,7 @@ if ( get_background_image() ) {
</tr>
<tr valign="top">
<th scope="row"><?php _e( 'Attachment' ); ?></th>
<th scope="row"><?php _ex( 'Attachment', 'Background Attachment' ); ?></th>
<td><fieldset><legend class="screen-reader-text"><span><?php _e( 'Background Attachment' ); ?></span></legend>
<label>
<input name="background-attachment" type="radio" value="scroll" <?php checked('scroll', get_theme_mod('background_attachment', 'scroll')); ?> />