diff --git a/IfElse.md b/IfElse.md index 6669b08..11b4424 100644 --- a/IfElse.md +++ b/IfElse.md @@ -47,11 +47,11 @@ An **else** section may occur after any number of **else if** sections, includin # Block Modification -Only the plain **if** block appears on the toolbar: +Only the plain **if** block appears in the toolbox: ![](if.png) -To add **else if** and **else** clauses, the user needs to click on the plus sign, which opens a new window: +To add **else if** and **else** clauses, the user needs to click on the star icon, which opens a new window: ![](if-open.png) diff --git a/if-else-if-else.png b/if-else-if-else.png index 0baacfe..437c5bf 100644 Binary files a/if-else-if-else.png and b/if-else-if-else.png differ diff --git a/if-else-if.png b/if-else-if.png index 7ea8942..9d2793b 100644 Binary files a/if-else-if.png and b/if-else-if.png differ