Maor Lipchuk has uploaded a new change for review. Change subject: core: Add missing CDA message to AppErrors[1] ......................................................................
core: Add missing CDA message to AppErrors[1] Adding missing CDA error message of export image to the AppErrors file, so the client will present the message instead of the enum place holder. Signed-off-by: Maor Lipchuk <[email protected]> Change-Id: I2ca5165d007296778f8a80e07c2e088db82e287f --- M frontend/webadmin/modules/frontend/src/main/java/org/ovirt/engine/ui/frontend/AppErrors.java 1 file changed, 3 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/16/20716/1 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 fd4fa6b..bac512c 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 @@ -2788,4 +2788,7 @@ @DefaultStringValue("Cannot ${action} ${type}. The following disk(s) are not attached to any VM: ${diskAliases}.") String ACTION_TYPE_FAILED_DISK_IS_NOT_VM_DISK(); + + @DefaultStringValue("Cannot ${action} ${type}. Disk ${DiskAlias} is being exported.") + String ACTION_TYPE_FAILED_DISK_IS_BEING_EXPORTED(); } -- To view, visit http://gerrit.ovirt.org/20716 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I2ca5165d007296778f8a80e07c2e088db82e287f 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
