Bad grammar. Fixes #1766

git-svn-id: http://svn.automattic.com/wordpress/trunk@2987 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
matt 2005-11-05 22:55:04 +00:00
parent cdd3a0a295
commit 7bf19367e7
3 changed files with 3 additions and 3 deletions

View File

@ -106,7 +106,7 @@ if ($plugin_files) :
?>
</p>
<?php else : ?>
<p><em><?php _e('If this file was writable you could edit it.'); ?></em></p>
<p><em><?php _e('If this file were writable you could edit it.'); ?></em></p>
<?php endif; ?>
</form>
<?php

View File

@ -125,7 +125,7 @@ endif;
?>
</p>
<?php else : ?>
<p><em><?php _e('If this file was writable you could edit it.'); ?></em></p>
<p><em><?php _e('If this file were writable you could edit it.'); ?></em></p>
<?php endif; ?>
</form>
<?php

View File

@ -139,7 +139,7 @@ if ($allowed_files) :
?>
</p>
<?php else : ?>
<p><em><?php _e('If this file was writable you could edit it.'); ?></em></p>
<p><em><?php _e('If this file were writable you could edit it.'); ?></em></p>
<?php endif; ?>
</form>
<?php