diff options
Diffstat (limited to 'wp-inst/wp-admin/plugin-editor.php')
| -rw-r--r-- | wp-inst/wp-admin/plugin-editor.php | 2 |
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') . " »' tabindex='2' />"; + echo "<input type='submit' name='submit' value=' " . __('Update File »') . "' tabindex='2' />"; ?> </p> <?php else : ?> |
