From 12bd5f1defbd5ec94d197ef66d06832b55a9eb2d Mon Sep 17 00:00:00 2001 From: IWriteThings Date: Tue, 18 Jul 2017 09:04:09 -0700 Subject: [PATCH 1/2] Update class-ep-dashboard.php The word occurring is spelled incorrectly. --- classes/class-ep-dashboard.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/class-ep-dashboard.php b/classes/class-ep-dashboard.php index 600db777f4..965167aa73 100644 --- a/classes/class-ep-dashboard.php +++ b/classes/class-ep-dashboard.php @@ -740,7 +740,7 @@ public function action_admin_enqueue_dashboard_scripts() { $data['sync_paused'] = esc_html__( 'Sync paused', 'elasticpress' ); $data['sync_syncing'] = esc_html__( 'Syncing', 'elasticpress' ); $data['sync_initial'] = esc_html__( 'Starting sync', 'elasticpress' ); - $data['sync_wpcli'] = esc_html__( "WP CLI sync is occuring. Refresh the page to see if it's finished", 'elasticpress' ); + $data['sync_wpcli'] = esc_html__( "WP CLI sync is occurring. Refresh the page to see if it's finished", 'elasticpress' ); $data['sync_error'] = esc_html__( 'An error occured while syncing', 'elasticpress' ); wp_localize_script( 'ep_dashboard_scripts', 'epDash', $data ); From 8c6204ca430b45d6ab0f66938aabca8650aff5fc Mon Sep 17 00:00:00 2001 From: IWriteThings Date: Tue, 18 Jul 2017 09:05:02 -0700 Subject: [PATCH 2/2] Update elasticpress.pot Occurring is spelled wrong. Fixed. --- lang/elasticpress.pot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/elasticpress.pot b/lang/elasticpress.pot index 787d221db5..cb481c3e11 100644 --- a/lang/elasticpress.pot +++ b/lang/elasticpress.pot @@ -249,7 +249,7 @@ msgid "Starting sync" msgstr "" #: classes/class-ep-dashboard.php:743 -msgid "WP CLI sync is occuring. Refresh the page to see if it's finished" +msgid "WP CLI sync is occurring. Refresh the page to see if it's finished" msgstr "" #: classes/class-ep-dashboard.php:744 @@ -497,4 +497,4 @@ msgstr "" #. Author URI of the plugin/theme msgid "http://10up.com" -msgstr "" \ No newline at end of file +msgstr ""