Index: wp-admin/custom-background.php
===================================================================
--- wp-admin/custom-background.php	(revision 23400)
+++ wp-admin/custom-background.php	(working copy)
@@ -301,15 +301,15 @@
 </tr>
 
 <tr valign="top">
-<th scope="row"><?php _e( 'Attachment' ); ?></th>
+<th scope="row"><?php _e( 'Behaviour when scrolling' ); ?></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')); ?> />
-<?php _e('Scroll') ?>
+<?php _e( 'Scroll along' ) ?>
 </label>
 <label>
 <input name="background-attachment" type="radio" value="fixed" <?php checked('fixed', get_theme_mod('background_attachment', 'scroll')); ?> />
-<?php _e('Fixed') ?>
+<?php _e( 'Keep in place' ) ?>
 </label>
 </fieldset></td>
 </tr>
