Maor Lipchuk has uploaded a new change for review. Change subject: core: Rephrase validation message. ......................................................................
core: Rephrase validation message. Rephrase validation message. Change-Id: Ide048e1071da3a9ab3fe4f59f2609c865a1d51dc Bug-Url: https://bugzilla.redhat.com/1213745 Signed-off-by: Maor Lipchuk <[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/84/40084/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 ebfa6c6..d5093b3 100644 --- a/backend/manager/modules/dal/src/main/resources/bundles/AppErrors.properties +++ b/backend/manager/modules/dal/src/main/resources/bundles/AppErrors.properties @@ -248,7 +248,7 @@ ACTION_TYPE_FAILED_NO_VDS_AVAILABLE_IN_CLUSTER=Cannot ${action} ${type}. There is no available operational Host (in UP state) in the relevant Cluster. ACTION_TYPE_FAILED_CANNOT_REMOVE_IMAGE_TEMPLATE=Cannot ${action} ${type}. Removing the Template Snapshot is not allowed. ACTION_TYPE_FAILED_PROBLEM_WITH_CANDIDATE_INFO=Cannot ${action} ${type}. Failed to get data for Import operation.\n\ -- Check your Import Domain. +- Check connectivity to the storage domain. ACTION_TYPE_FAILED_TEMPLATE_DOES_NOT_EXIST=Cannot ${action} ${type}. The relevant Template doesn't exist. ACTION_TYPE_FAILED_CLUSTER_CAN_NOT_BE_EMPTY=Cannot ${action} ${type}. The relevant Cluster doesn't exist. ACTION_TYPE_FAILED_TEMPLATE_VERSION_CANNOT_BE_BASE_TEMPLATE=Cannot ${action} ${type}. Only the first template version can be selected as the base template. 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 c72ab48..9d80c13 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 @@ -670,7 +670,7 @@ @DefaultStringValue("Cannot ${action} ${type}. Removing the Template Snapshot is not allowed.") String ACTION_TYPE_FAILED_CANNOT_REMOVE_IMAGE_TEMPLATE(); - @DefaultStringValue("Cannot ${action} ${type}. Failed to get data for Import operation.\n- Check your Import Domain.") + @DefaultStringValue("Cannot ${action} ${type}. Failed to get data for Import operation.\n- Check connectivity to the storage domain.") String ACTION_TYPE_FAILED_PROBLEM_WITH_CANDIDATE_INFO(); @DefaultStringValue("Cannot ${action} ${type}. The relevant Template doesn't exist.") 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 bfe32d5..a6be6aa 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 @@ -230,7 +230,7 @@ ACTION_TYPE_FAILED_NO_VDS_AVAILABLE_IN_CLUSTER=Cannot ${action} ${type}. There is no available operational Host (in UP state) in the relevant Cluster. ACTION_TYPE_FAILED_CANNOT_REMOVE_IMAGE_TEMPLATE=Cannot ${action} ${type}. Removing the Template Snapshot is not allowed. ACTION_TYPE_FAILED_PROBLEM_WITH_CANDIDATE_INFO=Cannot ${action} ${type}. Failed to get data for Import operation.\n\ -- Check your Import Domain. +- Check connectivity to the storage domain. ACTION_TYPE_FAILED_TEMPLATE_DOES_NOT_EXIST=Cannot ${action} ${type}. The relevant Template doesn't exist. ACTION_TYPE_FAILED_CLUSTER_CAN_NOT_BE_EMPTY=Cannot ${action} ${type}. The relevant Cluster doesn't exist. ACTION_TYPE_FAILED_TEMPLATE_VERSION_CANNOT_BE_BASE_TEMPLATE=Cannot ${action} ${type}. Only the first template version can be selected as the base template. 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 23eef96..4918322 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 @@ -244,7 +244,7 @@ ACTION_TYPE_FAILED_NO_VDS_AVAILABLE_IN_CLUSTER=Cannot ${action} ${type}. There is no available operational Host (in UP state) in the relevant Cluster. ACTION_TYPE_FAILED_CANNOT_REMOVE_IMAGE_TEMPLATE=Cannot ${action} ${type}. Removing the Template Snapshot is not allowed. ACTION_TYPE_FAILED_PROBLEM_WITH_CANDIDATE_INFO=Cannot ${action} ${type}. Failed to get data for Import operation.\n\ -- Check your Import Domain. +- Check connectivity to the storage domain. ACTION_TYPE_FAILED_TEMPLATE_DOES_NOT_EXIST=Cannot ${action} ${type}. The relevant Template doesn't exist. ACTION_TYPE_FAILED_CLUSTER_CAN_NOT_BE_EMPTY=Cannot ${action} ${type}. The relevant Cluster doesn't exist. ACTION_TYPE_FAILED_TEMPLATE_VERSION_CANNOT_BE_BASE_TEMPLATE=Cannot ${action} ${type}. Only the first template version can be selected as the base template. -- To view, visit https://gerrit.ovirt.org/40084 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ide048e1071da3a9ab3fe4f59f2609c865a1d51dc Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Maor Lipchuk <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
