diff options
Diffstat (limited to 'wp-inst/wp-admin/theme-editor.php')
| -rw-r--r-- | wp-inst/wp-admin/theme-editor.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-inst/wp-admin/theme-editor.php b/wp-inst/wp-admin/theme-editor.php index 076c54c..8a0d4e7 100644 --- a/wp-inst/wp-admin/theme-editor.php +++ b/wp-inst/wp-admin/theme-editor.php @@ -140,7 +140,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 |
