From 4422fcbeb75e14e891fb846163012ca535e422d1 Mon Sep 17 00:00:00 2001 From: rkv Date: Fri, 15 Feb 2013 09:23:44 +0000 Subject: [PATCH] Parameters indexes are fixed. --- Workspace/Siman-Common/src/conf/log-messages.properties | 5 ++--- Workspace/Siman-Common/src/conf/log-messages_en.properties | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/Workspace/Siman-Common/src/conf/log-messages.properties b/Workspace/Siman-Common/src/conf/log-messages.properties index 2112319..fed0f42 100644 --- a/Workspace/Siman-Common/src/conf/log-messages.properties +++ b/Workspace/Siman-Common/src/conf/log-messages.properties @@ -13,10 +13,9 @@ SCN-000006=Scenario #{0} is not found SCN-000007=The user {0} does not participate in the scenario #{1} SCN-000008=The scenario #{0} is already checked out by the user {1} USR-000001=User {0} is not found in the database -KNT-000001=Knowledge element type "{1}" already exists -SCT-000001=Simulation context type "{1}" already exists +KNT-000001=Knowledge element type "{0}" already exists SCT-000001=Simulation context type "{0}" already exists DCT-000001=Document type "{0}" already exists DCT-000002=Can not delete the document "{0}" because it is used by other documents. DCT-000003=Can not save a document in {0} state. Check the validation cycle. -PARAM-000001=Parameter {1} is invalid with value: {2} +PARAM-000001=Parameter {0} is invalid with value: {1} diff --git a/Workspace/Siman-Common/src/conf/log-messages_en.properties b/Workspace/Siman-Common/src/conf/log-messages_en.properties index 2112319..fed0f42 100644 --- a/Workspace/Siman-Common/src/conf/log-messages_en.properties +++ b/Workspace/Siman-Common/src/conf/log-messages_en.properties @@ -13,10 +13,9 @@ SCN-000006=Scenario #{0} is not found SCN-000007=The user {0} does not participate in the scenario #{1} SCN-000008=The scenario #{0} is already checked out by the user {1} USR-000001=User {0} is not found in the database -KNT-000001=Knowledge element type "{1}" already exists -SCT-000001=Simulation context type "{1}" already exists +KNT-000001=Knowledge element type "{0}" already exists SCT-000001=Simulation context type "{0}" already exists DCT-000001=Document type "{0}" already exists DCT-000002=Can not delete the document "{0}" because it is used by other documents. DCT-000003=Can not save a document in {0} state. Check the validation cycle. -PARAM-000001=Parameter {1} is invalid with value: {2} +PARAM-000001=Parameter {0} is invalid with value: {1} -- 2.30.2