help texts
authorClaus Gittinger <cg@exept.de>
Fri, 20 Jan 2006 16:25:04 +0100
changeset 1955 91610d2b87f7
parent 1954 1344ec1f99eb
child 1956 65cc475656d3
help texts
UILayoutTool.st
--- a/UILayoutTool.st	Tue Jan 10 22:01:26 2006 +0100
+++ b/UILayoutTool.st	Fri Jan 20 16:25:04 2006 +0100
@@ -149,7 +149,7 @@
 'Compute pure-absolute x'
 
 #makeLeftRelative
-'Compute pure-fraction x.'
+'Compute pure-fractional x.'
 
 #makeLeftRelativeFromRight
 'Compute fraction+offset for x relative to containers right.'
@@ -158,7 +158,7 @@
 'Compute pure-absolute y.'
 
 #makeTopRelative
-'Computes pure-fractional y.'
+'Compute pure-fractional y.'
 
 #makeTopRelativeFromBottom
 'Compute fraction+offset for y relative to containers bottom.'
@@ -1640,7 +1640,7 @@
 'Compute pure-absolute y.'
 
 #makeBottomRelative
-'Computes pure-fractional y.'
+'Compute pure-fractional y.'
 
 #makeBottomRelativeFromBottom
 'Compute fraction+offset for y relative to container.'
@@ -1649,7 +1649,7 @@
 'Compute pure-absolute x.'
 
 #makeRightRelative
-'Compute pure-fraction x.'
+'Compute pure-fractional x.'
 
 #makeRightRelativeFromRight
 'Compute fraction+offset for x relative to containers right.'