s/Save/Change/

git-svn-id: https://develop.svn.wordpress.org/trunk@6650 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2008-01-24 22:48:30 +00:00
parent c1b80c091e
commit 5c9413d4f1
1 changed files with 1 additions and 1 deletions

View File

@ -192,7 +192,7 @@ function wp_widget_control( $key, $widget, $display = 'display' ) {
<?php if ( $control && 'edit' != $display ) : ?>
<a class="widget-action widget-control-save edit alignleft" href="#save:<?php echo $id_format; ?>"><?php _e('Save'); ?></a>
<a class="widget-action widget-control-save edit alignleft" href="#save:<?php echo $id_format; ?>"><?php _e('Change'); ?></a>
<?php endif; ?>