Bad grammar. Fixes #1766
git-svn-id: https://develop.svn.wordpress.org/trunk@2987 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
9ff2f7d167
commit
5e3e5445e9
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user