s/URI/URL/. Props Nazgul. fixes #2666

git-svn-id: https://develop.svn.wordpress.org/trunk@4133 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2006-08-30 16:40:17 +00:00
parent 91a4f85ca8
commit cd766e57e9
19 changed files with 41 additions and 41 deletions

View File

@@ -30,7 +30,7 @@ addLoadEvent(focusit);
</div>
</fieldset>
<fieldset id="uridiv">
<legend><label for="URL"><?php _e('URI:') ?></label></legend>
<legend><label for="URL"><?php _e('URL:') ?></label></legend>
<div>
<input type="text" id="newcomment_author_url" name="newcomment_author_url" size="35" value="<?php echo $comment->comment_author_url ?>" tabindex="3" id="URL" />
</div>