s/Save/Change/

git-svn-id: http://svn.automattic.com/wordpress/trunk@6650 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2008-01-24 22:48:30 +00:00
parent 35bd1677a1
commit 1fde397d5b
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; ?>