Typo fix from hansengel. fixes #5676

git-svn-id: https://develop.svn.wordpress.org/trunk@6628 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2008-01-16 19:07:11 +00:00
parent fc12afebbc
commit 2992408edd
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ function image_upload_form( $action_url, $values = array(), $error = null ) {
<label for="image-url" class="form-help"><?php _e('e.g., http://www.wordpress.org/'); ?></label></p>
<p><label for="image-title"><?php _e('&lt;title&gt;'); ?></label>
<input type="text" name="image-title" id="image-title" />
<label for="image-url" class="form-help"><?php _e('e.g., The Mona Lisa, one of many paintings in the Lourve'); ?></label></p>
<label for="image-url" class="form-help"><?php _e('e.g., The Mona Lisa, one of many paintings in the Louvre'); ?></label></p>
<fieldset id="image-align">
<legend><?php _e('Alignment'); ?></legend>
<input type="radio" name="image-align" id="image-align-none" value="none" <?php if ($image_align == 'none' || !$image_align) echo ' checked="checked"'; ?>/>