This commit is contained in:
Pavel Reznikov 2014-12-05 18:43:33 -08:00
parent 546552b330
commit ab02fbbd35

View file

@ -209,7 +209,7 @@ if (grid.will_it_fit(new_node.x, new_node.y, new_node.width, new_node.height, tr
grid.add_widget(new_node.x, new_node.y, new_node.width, new_node.height, true);
}
else {
alert('Not enough free space to please the widget');
alert('Not enough free space to place the widget');
}
```