Make WordPress Core

Ticket #5765: mediatxt.diff

File mediatxt.diff, 1.1 KB (added by jhodgdon, 17 years ago)

Suggested text fixes for Add Media window

  • opt/www/eclipsework/WPDev/wp-admin/includes/media.php

     
    598598</div>
    599599
    600600<div id="html-upload-ui">
    601         <p><label for="async-upload"><?php _e('Choose image'); ?></label>
     601        <p><label for="async-upload"><?php _e('Choose media file'); ?></label>
    602602        <input type="file" name="async-upload" id="async-upload" />
    603         <label for="image-file" class="form-help"><?php _e('Only PNG, JPG, GIF'); ?></label>
     603        <label for="image-file" class="form-help"><?php _e('Any allowed file type'); ?></label>
    604604        </p>
    605605        <p>
    606         <button id="upload-button" name="upload-button" value="1" class="button-ok"><?php _e('Add Image'); ?></button>
     606        <button id="upload-button" name="upload-button" value="1" class="button-ok"><?php _e('Upload media file'); ?></button>
    607607        <a href="#" onClick="return top.tb_remove();" id="image-cancel" class="button-cancel"><?php _e('Cancel'); ?></a>
    608608        </p>
    609609        <input type="hidden" name="post_id" id="post_id" value="<?php echo $post_id; ?>" />