From 99fe0daf738f40001db3fc9c44c8e0621337dae5 Mon Sep 17 00:00:00 2001 From: Stephane Bisson Date: Fri, 12 Apr 2024 17:01:41 -0400 Subject: [PATCH] It's in the toolbar now, not in the menu (#113) Co-authored-by: Sbisson --- intro.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/intro.php b/intro.php index a49a022..2074851 100644 --- a/intro.php +++ b/intro.php @@ -67,7 +67,7 @@ function wikipediapreview_intro_submenu_page_callback() { $img_illustration = wikipediapreview_image( 'illustration01.png', 'illustration' ); $p1 = __( 'Wikipedia Preview lets you show a popup card with a short summary from Wikipedia when a reader clicks or hovers over a link.', 'wikipedia-preview' ); $p2 = __( 'Wikipedia Preview is easy to set up and use. Simply follow these steps:', 'wikipedia-preview' ); - $step1_text = __( 'Highlight the text and select ‘W’- Wikipedia Preview icon from the menu', 'wikipedia-preview' ); + $step1_text = __( 'Highlight the text and select ‘W’- Wikipedia Preview icon from the toolbar', 'wikipedia-preview' ); $step1_img = wikipediapreview_image( 'Step-1-detailed.png', 'step' ); $step2_text = __( 'You will see a list of suggested articles. Select the one you want to link to.', 'wikipedia-preview' ); $step2_img = wikipediapreview_image( 'Step-2-detailed.png', 'step' );