Bad grammar. Fixes #1766

git-svn-id: https://develop.svn.wordpress.org/trunk@2987 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg 2005-11-05 22:55:04 +00:00
parent 9ff2f7d167
commit 5e3e5445e9
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