summaryrefslogtreecommitdiffstats
path: root/wp-inst/wp-admin/plugin-editor.php
diff options
context:
space:
mode:
Diffstat (limited to 'wp-inst/wp-admin/plugin-editor.php')
-rw-r--r--wp-inst/wp-admin/plugin-editor.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-inst/wp-admin/plugin-editor.php b/wp-inst/wp-admin/plugin-editor.php
index 2cfe7b8..739ccb5 100644
--- a/wp-inst/wp-admin/plugin-editor.php
+++ b/wp-inst/wp-admin/plugin-editor.php
@@ -103,7 +103,7 @@ if ($plugin_files) :
<?php if ( is_writeable($real_file) ) : ?>
<p class="submit">
<?php
- echo "<input type='submit' name='submit' value=' " . __('Update File') . " &raquo;' tabindex='2' />";
+ echo "<input type='submit' name='submit' value=' " . __('Update File &raquo;') . "' tabindex='2' />";
?>
</p>
<?php else : ?>