fixed hard coded Edit string

This commit is contained in:
claudiosmweb 2014-06-11 17:05:09 -03:00
parent eaf5a9e866
commit c3ed04197b
1 changed files with 1 additions and 1 deletions

View File

@ -229,7 +229,7 @@ if ( ! defined( 'ABSPATH' ) ) {
<?php endif; ?>
<td>
<a class="edit_order_item" href="#"><img src="<?php echo WC()->plugin_url(); ?>/assets/images/icons/edit.png" alt="Edit" width="14" /></a>
<a class="edit_order_item" href="#"><img src="<?php echo WC()->plugin_url(); ?>/assets/images/icons/edit.png" alt="<?php _e( 'Edit', 'woocommerce' ); ?>" width="14" /></a>
</td>
</tr>