MenuPanel.st
changeset 6221 effe9401f284
parent 6209 76d74a400d6b
child 6234 a0e23bfddc0d
--- a/MenuPanel.st	Mon Feb 03 19:20:54 2020 +0100
+++ b/MenuPanel.st	Mon Feb 03 19:21:02 2020 +0100
@@ -7613,15 +7613,15 @@
 !MenuPanel::Item methodsFor:'accessing-look'!
 
 horizontalLayout
-    "on default submenus has a vertical layout;
-     true, the submenu has a horizontal layout."
+    "By default, submenus have a vertical layout;
+     if true, the submenu has a horizontal layout."
 
     ^ menuItem horizontalLayout ? false
 !
 
 horizontalLayout:aBoolean
-    "on default submenus has a vertical layout;
-     true, the submenu has a horizontal layout."
+    "by default submenus hava a vertical layout;
+     if true, the submenu has a horizontal layout."
 
     menuItem horizontalLayout:aBoolean.
 !