diff --git a/documentation/trunk/eiffelstudio/Tutorials/graphics-based-design.wiki b/documentation/trunk/eiffelstudio/Tutorials/graphics-based-design.wiki
index 8d97ee24..ac2d1afd 100644
--- a/documentation/trunk/eiffelstudio/Tutorials/graphics-based-design.wiki
+++ b/documentation/trunk/eiffelstudio/Tutorials/graphics-based-design.wiki
@@ -20,7 +20,7 @@ Now target an Editing tool to the class TESTROOT. So to start out,
[[Image:es gt graphics based design starting point|A starting point]]
-Before getting started, another thing we want to do is to make sure that the the [[Making the context tool independent from the editor|tools are in "Unlinked" mode]]; you can see this by going to the Edit menu: you will see either a menu item '''Unlink context tool''' (if tools are currently "Linked") or an item '''Link context tool''' (if tools are currently "Unlinked"). So if you see '''Link context tool''', you don't have to do anything. But if you see '''Unlink context tool''', then select that item to unlink the tools.
+Before getting started, another thing we want to do is to make sure that the the [[Making the context tool independent from the editor|tools are in "Unlinked" mode]]; you can see this by going to the View menu you will see either a menu item '''Unlink Context Tool''' (if tools are currently "Linked") or an item '''Link Context Tool''' (if tools are currently "Unlinked"). So if you see '''Link Context Tool''', you don't have to do anything. But if you see '''Unlink Context Tool''', then select that item to unlink the tools.
Let's start working with '''cluster views''', showing the content of a cluster. Make the Diagram tool visible: move your cursor over (or click on) [[Image:diagram-tool-tab|Diagram tool]] at the bottom of the Development Window. You may want to float the tool away from the Development Window or "pin" it open (as we learned in the section on [[Customizing the tools layout and toolbars#Docking|docking]], and then maybe enlarge the tool some. You should see a graphical rendition of the root_cluster in the Diagram tool, something like the figure below. In the case that root_cluster is not visible, click the '''Target to class or cluster''' button ([[Image:diagram-target-cluster-or-class-icon]]) on the Diagram tool's toolbar.