From 2b7175b8fc4942e2ea07ebf618a0bd2bea160d51 Mon Sep 17 00:00:00 2001 From: Offray Luna Date: Sat, 7 May 2016 13:36:13 +0000 Subject: [PATCH] Synced for the new version release. --- repository/Grafoscopio/GrafoscopioNotebook.class.st | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repository/Grafoscopio/GrafoscopioNotebook.class.st b/repository/Grafoscopio/GrafoscopioNotebook.class.st index 8276c85..31404fa 100644 --- a/repository/Grafoscopio/GrafoscopioNotebook.class.st +++ b/repository/Grafoscopio/GrafoscopioNotebook.class.st @@ -85,7 +85,7 @@ GrafoscopioNotebook >> initializeWidgets [ header := self newText. body disable. - body text: '<-- Seleciona un nodo a la izquierda'. + body text: '<-- Select a node in the left panel'. tree childrenBlock: [:node | node children]; displayBlock: [:node | node title ].