Amit Aviram has uploaded a new change for review. Change subject: engine: Text message fix. ......................................................................
engine: Text message fix. ACTION_TYPE_FAILED_STORAGE_DOMAIN_TYPE_ILLEGAL user message was set to "Storage Domain type not specified" which do not correlate with the message's name and usage. Change-Id: I2c8c7925c196bfe40f46682d81a81852e594f6f7 Signed-off-by: Amit Aviram <[email protected]> --- M backend/manager/modules/dal/src/main/resources/bundles/AppErrors.properties M frontend/webadmin/modules/frontend/src/main/java/org/ovirt/engine/ui/frontend/AppErrors.java M frontend/webadmin/modules/userportal-gwtp/src/main/resources/org/ovirt/engine/ui/frontend/AppErrors.properties M frontend/webadmin/modules/webadmin/src/main/resources/org/ovirt/engine/ui/frontend/AppErrors.properties 4 files changed, 4 insertions(+), 4 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/94/36394/1 diff --git a/backend/manager/modules/dal/src/main/resources/bundles/AppErrors.properties b/backend/manager/modules/dal/src/main/resources/bundles/AppErrors.properties index 3c17ca1..aa105d6 100644 --- a/backend/manager/modules/dal/src/main/resources/bundles/AppErrors.properties +++ b/backend/manager/modules/dal/src/main/resources/bundles/AppErrors.properties @@ -556,7 +556,7 @@ EN_EVENT_DOWN_SUBJECT_TEXT=Issue Solved Notification. EN_ALREADY_SUBSCRIBED=User is already subscribed to this event with the same Notification method. EN_NOT_SUBSCRIBED=Cannot ${action} ${type}.User is not subscribed to this event with the given Notification method. -ACTION_TYPE_FAILED_STORAGE_DOMAIN_TYPE_ILLEGAL=Cannot ${action} ${type}. Storage Domain type not specified. +ACTION_TYPE_FAILED_STORAGE_DOMAIN_TYPE_ILLEGAL=Cannot ${action} ${type}. Storage Domain type is illegal. ACTION_TYPE_FAILED_EXPORT_DOMAIN_CANNOT_BE_APPLIED_ON_BLOCK_STORAGE=Cannot ${action} ${type}. Export domain cannot be applied on block storage. ACTION_TYPE_FAILED_STORAGE_DOMAIN_FORMAT_ILLEGAL=Cannot ${action} ${type}. Storage Domain format ${storageFormat} is illegal. ACTION_TYPE_FAILED_STORAGE_DOMAIN_FORMAT_ILLEGAL_HOST=Cannot ${action} ${type}. Storage format ${storageFormat} is not supported on the selected host version. diff --git a/frontend/webadmin/modules/frontend/src/main/java/org/ovirt/engine/ui/frontend/AppErrors.java b/frontend/webadmin/modules/frontend/src/main/java/org/ovirt/engine/ui/frontend/AppErrors.java index af81e05..6c7338b 100644 --- a/frontend/webadmin/modules/frontend/src/main/java/org/ovirt/engine/ui/frontend/AppErrors.java +++ b/frontend/webadmin/modules/frontend/src/main/java/org/ovirt/engine/ui/frontend/AppErrors.java @@ -1540,7 +1540,7 @@ @DefaultStringValue("Cannot ${action} ${type}.User is not subscribed to this event with the given Notification method.") String EN_NOT_SUBSCRIBED(); - @DefaultStringValue("Cannot ${action} ${type}. Storage Domain type not specified.") + @DefaultStringValue("Cannot ${action} ${type}. Storage Domain type is illegal.") String ACTION_TYPE_FAILED_STORAGE_DOMAIN_TYPE_ILLEGAL(); @DefaultStringValue("Cannot ${action} ${type}. Export domain cannot be applied on block storage.") diff --git a/frontend/webadmin/modules/userportal-gwtp/src/main/resources/org/ovirt/engine/ui/frontend/AppErrors.properties b/frontend/webadmin/modules/userportal-gwtp/src/main/resources/org/ovirt/engine/ui/frontend/AppErrors.properties index 802afe1..35d9432 100644 --- a/frontend/webadmin/modules/userportal-gwtp/src/main/resources/org/ovirt/engine/ui/frontend/AppErrors.properties +++ b/frontend/webadmin/modules/userportal-gwtp/src/main/resources/org/ovirt/engine/ui/frontend/AppErrors.properties @@ -517,7 +517,7 @@ EN_EVENT_DOWN_SUBJECT_TEXT=Issue Solved Notification. EN_ALREADY_SUBSCRIBED=User is already subscribed to this event with the same Notification method. EN_NOT_SUBSCRIBED=Cannot ${action} ${type}.User is not subscribed to this event with the given Notification method. -ACTION_TYPE_FAILED_STORAGE_DOMAIN_TYPE_ILLEGAL=Cannot ${action} ${type}. Storage Domain type not specified. +ACTION_TYPE_FAILED_STORAGE_DOMAIN_TYPE_ILLEGAL=Cannot ${action} ${type}. Storage Domain type is illegal. ACTION_TYPE_FAILED_EXPORT_DOMAIN_CANNOT_BE_APPLIED_ON_BLOCK_STORAGE=Cannot ${action} ${type}. Export domain cannot be applied on block storage. ACTION_TYPE_FAILED_STORAGE_DOMAIN_FORMAT_ILLEGAL=Cannot ${action} ${type}. Storage Domain format ${storageFormat} is illegal. ACTION_TYPE_FAILED_STORAGE_DOMAIN_FORMAT_ILLEGAL_HOST=Cannot ${action} ${type}. Storage format ${storageFormat} is not supported on the selected host version. diff --git a/frontend/webadmin/modules/webadmin/src/main/resources/org/ovirt/engine/ui/frontend/AppErrors.properties b/frontend/webadmin/modules/webadmin/src/main/resources/org/ovirt/engine/ui/frontend/AppErrors.properties index f233d96..e85a7b0 100644 --- a/frontend/webadmin/modules/webadmin/src/main/resources/org/ovirt/engine/ui/frontend/AppErrors.properties +++ b/frontend/webadmin/modules/webadmin/src/main/resources/org/ovirt/engine/ui/frontend/AppErrors.properties @@ -560,7 +560,7 @@ EN_EVENT_DOWN_SUBJECT_TEXT=Issue Solved Notification. EN_ALREADY_SUBSCRIBED=User is already subscribed to this event with the same Notification method. EN_NOT_SUBSCRIBED=Cannot ${action} ${type}.User is not subscribed to this event with the given Notification method. -ACTION_TYPE_FAILED_STORAGE_DOMAIN_TYPE_ILLEGAL=Cannot ${action} ${type}. Storage Domain type not specified. +ACTION_TYPE_FAILED_STORAGE_DOMAIN_TYPE_ILLEGAL=Cannot ${action} ${type}. Storage Domain type is illegal. ACTION_TYPE_FAILED_EXPORT_DOMAIN_CANNOT_BE_APPLIED_ON_BLOCK_STORAGE=Cannot ${action} ${type}. Export domain cannot be applied on block storage. ACTION_TYPE_FAILED_STORAGE_DOMAIN_FORMAT_ILLEGAL=Cannot ${action} ${type}. Storage Domain format ${storageFormat} is illegal. ACTION_TYPE_FAILED_STORAGE_DOMAIN_FORMAT_ILLEGAL_HOST=Cannot ${action} ${type}. Storage format ${storageFormat} is not supported on the selected host version. -- To view, visit http://gerrit.ovirt.org/36394 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I2c8c7925c196bfe40f46682d81a81852e594f6f7 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Amit Aviram <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
