Skip to content

Commit

Permalink
It's in the toolbar now, not in the menu (#113)
Browse files Browse the repository at this point in the history
Co-authored-by: Sbisson <[email protected]>
  • Loading branch information
stephanebisson and Sbisson authored Apr 12, 2024
1 parent dbb95db commit 99fe0da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion intro.php
Original file line number Diff line number Diff line change
Expand Up @@ -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' );
Expand Down

0 comments on commit 99fe0da

Please sign in to comment.