Grammar fix. Props novasource, Denis-de-Bernardy. fixes #9135

git-svn-id: http://svn.automattic.com/wordpress/trunk@11046 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2009-04-22 06:50:03 +00:00
parent e534d003a2
commit 757bda8aa1
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ include('admin-header.php');
<tr valign="top">
<th scope="row"><label for="upload_url_path"><?php _e('Full URL path to files'); ?></label></th>
<td><input name="upload_url_path" type="text" id="upload_url_path" value="<?php echo attribute_escape( get_option('upload_url_path')); ?>" class="regular-text code" />
<span class="setting-description"><?php _e('Configuring this is optional by default it should be blank'); ?></span>
<span class="setting-description"><?php _e('Configuring this is optional. By default, it should be blank.'); ?></span>
</td>
</tr>