Author: mvw Date: 2011-05-02 07:13:38-0700 New Revision: 19294 Modified: trunk/src/argouml-app/src/org/argouml/i18n/parsing.properties
Log: Removed NOTATION for derived Operations. See issue 4252 for the reason. Modified: trunk/src/argouml-app/src/org/argouml/i18n/parsing.properties Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/i18n/parsing.properties?view=diff&pathrev=19294&r1=19293&r2=19294 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/i18n/parsing.properties (original) +++ trunk/src/argouml-app/src/org/argouml/i18n/parsing.properties 2011-05-02 07:13:38-0700 @@ -63,7 +63,7 @@ parsing.help.comment = Enter the comment text. \ Multiple lines are allowed. Press F2 to end. parsing.help.operation = Enter the operation definition according: \ - ["/"] ["<<" stereo ">>"] [ "+" | "-" | "#" | "~" ] [name] ["("parameter-list")"] \ + ["<<" stereo ">>"] [ "+" | "-" | "#" | "~" ] [name] ["("parameter-list")"] \ [":" return-type-expression] ["{" property "}"] parsing.help.fig-actionstate = Enter the action expression. parsing.help.fig-association-name = Enter the name of the association. ------------------------------------------------------ http://argouml.tigris.org/ds/viewMessage.do?dsForumId=5905&dsMessageId=2728307 To unsubscribe from this discussion, e-mail: [[email protected]].
