From 02de1cc60bfc8817391c05407c3389b376010516 Mon Sep 17 00:00:00 2001 From: Tim Elsass Date: Wed, 12 Apr 2017 17:03:39 -0400 Subject: [PATCH] Fixing grammar error in msg fixes #14319 --- includes/api/class-wc-rest-system-status-tools-controller.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/api/class-wc-rest-system-status-tools-controller.php b/includes/api/class-wc-rest-system-status-tools-controller.php index c2a995e48da..d541f7dd47d 100644 --- a/includes/api/class-wc-rest-system-status-tools-controller.php +++ b/includes/api/class-wc-rest-system-status-tools-controller.php @@ -427,7 +427,7 @@ class WC_REST_System_Status_Tools_Controller extends WC_REST_Controller { break; case 'install_pages' : WC_Install::create_pages(); - $message = __( 'All missing WooCommerce pages was installed successfully.', 'woocommerce' ); + $message = __( 'All missing WooCommerce pages successfully installed', 'woocommerce' ); break; case 'delete_taxes' :