[Uml-devel] l10n/en_GB/docs/kdesdk/umbrello

Oliver Kellogg okellogg at users.sourceforge.net
Sun May 29 00:28:48 UTC 2005


SVN commit 419314 by okellogg:

doc fix

 M  +2 -2      uml_basics.docbook  


--- trunk/l10n/en_GB/docs/kdesdk/umbrello/uml_basics.docbook #419313:419314
@@ -500,7 +500,7 @@
 <title
 >Packages</title>
 <para
->Packages represent a namespace in a programming language. In a diagram they are used to represent parts of a system which contain more than one class, maybe hundereds of classes.</para>
+>Packages represent a namespace in a programming language. In a diagram they are used to represent parts of a system which contain more than one class, maybe hundreds of classes.</para>
 <!-- FIXME screenshot -->
 </sect4>
 </sect3>
@@ -516,7 +516,7 @@
 >Sequence Diagrams show the message exchange (&ie; method call) between several Objects in a specific time-delimited situation. Objects are instances of classes. Sequence Diagrams put special emphasis in the order and the times in which the messages to the objects are sent.</para>
 
 <para
->In Sequence Diagrams objects are represented through vertical dashed lines, with the name of the Object on the top. The time axis is also vertical, increasing downwards, so that messages are sent from one Object to another in the form of arrows with the operation and parameters name. </para>
+>In Sequence Diagrams objects are represented through vertical dashed lines, with the name of the Object on the top. The time axis is also vertical, increasing downwards, so that messages are sent from one Object to another in the form of arrows with the operation name and optionally the actual parameter values. </para>
 
 <!-- FIXME update screenshot to show synchronous messages -->
 <screenshot>




More information about the umbrello-devel mailing list