Salome HOME
Fix for generating a description for version relation during checkin.
[tools/siman.git] / Workspace / Siman-Common / src / org / splat / common / properties / MessageKeyEnum.java
index 5faf78f48a67367ecfc124f0a8fd58e11ca9facf..39483be5a3cfc6e94e9dbc9f31313598e7027024 100644 (file)
@@ -101,6 +101,14 @@ public enum MessageKeyEnum {
         * DCT-000003=Can not save a document in {0} state. Check the validation cycle.
         */
        DCT_000003("DCT-000003"),
+       /**
+        * DCT-000004=The source file can not be replaced. The document must be external or in In-Work state.
+        */
+       DCT_000004("DCT-000004"),
+       /**
+        * DCT-000005=Document checked in by {0}.
+        */
+       DCT_000005("DCT-000005"),
        /**
         * Parameter {0} is invalid with value: {1}.
         */