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

git-svn-id: https://develop.svn.wordpress.org/trunk@11046 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2009-04-22 06:50:03 +00:00
parent 75dba91661
commit 98244137a4
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>