Libor Spevak has uploaded a new change for review. Change subject: webadmin: No exportable disk warning text fixed ......................................................................
webadmin: No exportable disk warning text fixed The warning for diskless VM rephrased (for VM export/template/snapshot dialogs). Change-Id: I4625f756eacc07c6aa58c12ac49b39b431330451 Bug-Url: https://bugzilla.redhat.com/855625 Signed-off-by: Libor Spevak <[email protected]> --- M frontend/webadmin/modules/uicompat/src/main/java/org/ovirt/engine/ui/uicompat/Messages.java 1 file changed, 3 insertions(+), 3 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/25/12525/1 diff --git a/frontend/webadmin/modules/uicompat/src/main/java/org/ovirt/engine/ui/uicompat/Messages.java b/frontend/webadmin/modules/uicompat/src/main/java/org/ovirt/engine/ui/uicompat/Messages.java index 209f962..d9a1db6 100644 --- a/frontend/webadmin/modules/uicompat/src/main/java/org/ovirt/engine/ui/uicompat/Messages.java +++ b/frontend/webadmin/modules/uicompat/src/main/java/org/ovirt/engine/ui/uicompat/Messages.java @@ -111,7 +111,7 @@ @DefaultMessage("Direct LUN disk(s) will not be a part of the VM export: {0}.") String directLUNDisksWillNotBePartOfTheExport(String diskList); - @DefaultMessage("There are disks not allowing an export, only the configuration will be a part of the VM export.") + @DefaultMessage("There are no disks allowing an export, only the configuration will be a part of the VM export.") String noExportableDisksFoundForTheExport(); @DefaultMessage("Shared disk(s) will not be a part of the VM snapshot: {0}.") @@ -120,7 +120,7 @@ @DefaultMessage("Direct LUN disk(s) will not be a part of the VM snapshot: {0}.") String directLUNDisksWillNotBePartOfTheSnapshot(String diskList); - @DefaultMessage("There are disks not allowing a snapshot, only the configuration will be a part of the VM snapshot.") + @DefaultMessage("There are no disks allowing a snapshot, only the configuration will be a part of the VM snapshot.") String noExportableDisksFoundForTheSnapshot(); @DefaultMessage("Shared disk(s) will not be a part of the VM template: {0}.") @@ -129,7 +129,7 @@ @DefaultMessage("Direct LUN disk(s) will not be a part of the VM template: {0}.") String directLUNDisksWillNotBePartOfTheTemplate(String diskList); - @DefaultMessage("There are disks not allowing an export, only the configuration will be a part of the VM template.") + @DefaultMessage("There are no disks allowing an export, only the configuration will be a part of the VM template.") String noExportableDisksFoundForTheTemplate(); @DefaultMessage("Error connecting to Virtual Machine using Spice:\n{0}") -- To view, visit http://gerrit.ovirt.org/12525 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I4625f756eacc07c6aa58c12ac49b39b431330451 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Libor Spevak <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
