Tal Nisan has uploaded a new change for review. Change subject: core: Rephrase CDA message when removing a last copy of a template disk ......................................................................
core: Rephrase CDA message when removing a last copy of a template disk Change-Id: I42e2fefb8ba95bd7e83de75d1d90ff5eef2cb102 Signed-off-by: Tal Nisan <[email protected]> Bug-url: https://bugzilla.redhat.com/975040 --- 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/26/24626/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 f3688da..c417d3c 100644 --- a/backend/manager/modules/dal/src/main/resources/bundles/AppErrors.properties +++ b/backend/manager/modules/dal/src/main/resources/bundles/AppErrors.properties @@ -25,7 +25,7 @@ VM_TEMPLATE_IS_LOCKED=Template is currently locked (temporarily). VM_TEMPLATE_IMAGE_IS_LOCKED=Template's Image is locked (temporarily). VM_TEMPLATE_IMAGE_IS_ILLEGAL=Template's Image is invalid (temporarily). -VM_TEMPLATE_IMAGE_LAST_DOMAIN=Template's Image is located only on single domain. +VM_TEMPLATE_IMAGE_LAST_DOMAIN=Cannot ${action} ${type}. The image is the only remaining copy of a Template disk. VM_NAME_CANNOT_BE_EMPTY=VM Name cannot be empty. VM_CANNOT_UPDATE_ILLEGAL_FIELD=There was an attempt to change VM values while the VM is not down. Please shut down the VM in order to modify these properties. VM_CANNOT_UPDATE_DEVICE_VM_NOT_DOWN=Failed updating the properties of the VM. VM should be in status Down in order to change the ${device} device. 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 7dbe433..5cb9e9d 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 @@ -79,7 +79,7 @@ @DefaultStringValue("Template's Image is invalid (temporarily).") String VM_TEMPLATE_IMAGE_IS_ILLEGAL(); - @DefaultStringValue("Template's Image is located only on single domain.") + @DefaultStringValue("Cannot ${action} ${type}. The image is the only remaining copy of a Template disk.") String VM_TEMPLATE_IMAGE_LAST_DOMAIN(); @DefaultStringValue("VM Name cannot be empty.") 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 3cd04b7..f2c13d0 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 @@ -25,7 +25,7 @@ VM_TEMPLATE_IS_LOCKED=Template is currently locked (temporarily). VM_TEMPLATE_IMAGE_IS_LOCKED=Template's Image is locked (temporarily). VM_TEMPLATE_IMAGE_IS_ILLEGAL=Template's Image is invalid (temporarily). -VM_TEMPLATE_IMAGE_LAST_DOMAIN=Template's Image is located only on single domain. +VM_TEMPLATE_IMAGE_LAST_DOMAIN=Cannot ${action} ${type}. The image is the only remaining copy of a Template disk. VM_NAME_CANNOT_BE_EMPTY=VM Name cannot be empty. VM_CANNOT_UPDATE_ILLEGAL_FIELD=There was an attempt to change VM values while the VM is not down. Please shut down the VM in order to modify these properties. VM_CANNOT_UPDATE_DEVICE_VM_NOT_DOWN=Failed updating the properties of the VM. VM should be in status Down in order to change the ${device} device. 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 b499c76..e1d3ffa 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 @@ -25,7 +25,7 @@ VM_TEMPLATE_IS_LOCKED=Template is currently locked (temporarily). VM_TEMPLATE_IMAGE_IS_LOCKED=Template's Image is locked (temporarily). VM_TEMPLATE_IMAGE_IS_ILLEGAL=Template's Image is invalid (temporarily). -VM_TEMPLATE_IMAGE_LAST_DOMAIN=Template's Image is located only on single domain. +VM_TEMPLATE_IMAGE_LAST_DOMAIN=Cannot ${action} ${type}. The image is the only remaining copy of a Template disk. VM_NAME_CANNOT_BE_EMPTY=VM Name cannot be empty. VM_CANNOT_UPDATE_ILLEGAL_FIELD=There was an attempt to change VM values while the VM is not down. Please shut down the VM in order to modify these properties. VM_CANNOT_UPDATE_DEVICE_VM_NOT_DOWN=Failed updating the properties of the VM. VM should be in status Down in order to change the ${device} device. -- To view, visit http://gerrit.ovirt.org/24626 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I42e2fefb8ba95bd7e83de75d1d90ff5eef2cb102 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: ovirt-engine-3.4 Gerrit-Owner: Tal Nisan <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
