Synced for the new version release.

This commit is contained in:
Offray Vladimir Luna Cárdenas 2016-05-07 13:36:13 +00:00
parent 1596121745
commit 2b7175b8fc
1 changed files with 1 additions and 1 deletions

View File

@ -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 ].