svn commit: r18403 - trunk/src/argouml-app/src/org/argouml/i18n/parsing.properties
| Newsgroups | gmane.comp.lang.uml.argouml.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: mvw
Date: 2010-05-24 12:53:43-0700
New Revision: 18403
Modified:
trunk/src/argouml-app/src/org/argouml/i18n/parsing.properties
Log:
Added missing package visibility - it is supported but was never added in the status bar help.
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=18403&r1=18402&r2=18403
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/i18n/parsing.properties (original)
+++ trunk/src/argouml-app/src/org/argouml/i18n/parsing.properties 2010-05-24 12:53:43-0700
@@ -58,17 +58,17 @@
# See http://en.wikipedia.org/wiki/Backus-Naur_form for syntax explanation.
#
parsing.help.attribute = Enter the attribute definition according: \
- [ "+" | "-" | "#" ] name [ "[" multiplicity "]" ] : type [= \
+ [ "+" | "-" | "#" | "~" ] name [ "[" multiplicity "]" ] : type [= \
initial-value] ["{" property "}"]
parsing.help.comment = Enter the comment text. \
Multiple lines are allowed. Press F2 to end.
parsing.help.operation = Enter the operation definition according: \
- [ "+" | "-" | "#" ] [name] ["("parameter-list")"] \
+ [ "+" | "-" | "#" | "~" ] [name] ["("parameter-list")"] \
[":" return-type-expression] {property-string}
parsing.help.fig-actionstate = Enter the action expression.
parsing.help.fig-association-name = Enter the name of the association.
parsing.help.fig-association-end-name = Enter the association role name according: \
- ["<<" stereo ">>"] [ "+" | "-" | "#" ] name
+ ["<<" stereo ">>"] [ "+" | "-" | "#" | "~" ] name
parsing.help.fig-association-role = Enter the association role name according: \
["/" name] [ ":" association ]
parsing.help.fig-association-source-multiplicity = Enter the multiplicity \
@@ -98,13 +98,13 @@
parsing.help.fig-nodeinstance = Enter the name of the nodeinstance according: \
name [ ":" type [ "," type]*]
parsing.help.fig-nodemodelelement = Enter the name of this modelelement according: \
- [ "<<" stereotype ">>" ] [ "+" | "-" | "#" ] [ full_pathname "::" ] [ name ]
+ [ "<<" stereotype ">>" ] [ "+" | "-" | "#" | "~" ] [ full_pathname "::" ] [ name ]
parsing.help.fig-object = Enter the name of the object according: \
[ "<<" stereotype ">>" ] name [ ":" type [ "," type]*]
parsing.help.fig-objectflowstate1 = Enter the name of an existing classifier.
parsing.help.fig-objectflowstate2 = Enter the name of an existing state.
parsing.help.fig-package = Enter the name of the Package according: \
- [ "+" | "-" | "#" ] [path "::"] name
+ [ "+" | "-" | "#" | "~" ] [path "::"] name
parsing.help.fig-statebody = Enter a list of internal actions \
on multiple lines, finish with F2. Format as transition, or: \
(entry | exit | do) "/" action-expression
------------------------------------------------------
http://argouml.tigris.org/ds/viewMessage.do?dsForumId=5905&dsMessageId=2612954
To unsubscribe from this discussion, e-mail: [[email protected]].