Change title text from #6132

This commit is contained in:
Mike Jolley 2014-09-01 12:46:37 +01:00
parent f9af86ee1d
commit 689272f9b9
1 changed files with 1 additions and 1 deletions

View File

@ -692,7 +692,7 @@ class WC_Install {
*/
public function plugin_action_links( $links ) {
$action_links = array(
'settings' => '<a href="' . admin_url( 'admin.php?page=wc-settings' ) . '" title="' . esc_attr( __( 'View this Plugin Settings', 'woocommerce' ) ) . '">' . __( 'Settings', 'woocommerce' ) . '</a>',
'settings' => '<a href="' . admin_url( 'admin.php?page=wc-settings' ) . '" title="' . esc_attr( __( 'View WooCommerce Settings', 'woocommerce' ) ) . '">' . __( 'Settings', 'woocommerce' ) . '</a>',
);
return array_merge( $action_links, $links );