svn commit: r17310 - trunk/src/argouml-app/src/org/argouml/profile/internal/ProfileUML.java
Michiel van der Wulp <[email protected]>
| Newsgroups | gmane.comp.lang.uml.argouml.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: mvw
Date: 2009-09-05 23:23:25-0700
New Revision: 17310
Modified:
trunk/src/argouml-app/src/org/argouml/profile/internal/ProfileUML.java
Log:
Corrected some typos in i18n.
Modified: trunk/src/argouml-app/src/org/argouml/profile/internal/ProfileUML.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/profile/internal/ProfileUML.java?view=diff&pathrev=17310&r1=17309&r2=17310
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/profile/internal/ProfileUML.java (original)
+++ trunk/src/argouml-app/src/org/argouml/profile/internal/ProfileUML.java 2009-09-05 23:23:25-0700
@@ -217,7 +217,7 @@
// e.printStackTrace();
// }
- // Classfier
+ // Classifier
// 4.5.3.8 [5]
try {
critics.add(new CrOCL("context Classifier inv:"
@@ -225,7 +225,7 @@
+ "forAll( o | not self.allAttributes->"
+ "union (self.allContents)->"
+ "collect ( q | q.name )->includes (o.name) )",
- Translator.localize("critics.UML142.WFR.Classifier.5-head"),
+ Translator.localize("wfr.UML142.Classifier.5-head"),
null,
ToDoItem.HIGH_PRIORITY, null, null, "http://www.uml.org/"));
} catch (InvalidOclException e) {
@@ -292,8 +292,8 @@
try {
critics.add(new CrOCL("context ActionState inv:"
+ "self.outgoing->forAll(t | t.trigger->size = 0)",
- Translator.localize("critics.UML142.WFR.ActionState.3-head"),
- Translator.localize("critics.UML142.WFR.ActionState.3-desc"),
+ Translator.localize("wfr.UML142.ActionState.3-head"),
+ Translator.localize("wfr.UML142.ActionState.3-desc"),
ToDoItem.HIGH_PRIORITY, null, null,
"http://www.uml.org/"));
} catch (InvalidOclException e) {
------------------------------------------------------
http://argouml.tigris.org/ds/viewMessage.do?dsForumId=5905&dsMessageId=2391419
To unsubscribe from this discussion, e-mail: [[email protected]].