Tal Nisan has uploaded a new change for review. Change subject: webadmin: Change warning message when exporting a VM without template ......................................................................
webadmin: Change warning message when exporting a VM without template Change the unclear warning message when exporting a VM based on template to an export domain that does not contain this template Change-Id: I559f867d6dfc2176d5324a8ff0b0163b0908840e Signed-off-by: Tal Nisan <[email protected]> Bug-Url: https://bugzilla.redhat.com/964644 --- M frontend/webadmin/modules/uicompat/src/main/java/org/ovirt/engine/ui/uicompat/UIConstants.java 1 file changed, 3 insertions(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/39/25239/1 diff --git a/frontend/webadmin/modules/uicompat/src/main/java/org/ovirt/engine/ui/uicompat/UIConstants.java b/frontend/webadmin/modules/uicompat/src/main/java/org/ovirt/engine/ui/uicompat/UIConstants.java index b3ca124..235db0a 100644 --- a/frontend/webadmin/modules/uicompat/src/main/java/org/ovirt/engine/ui/uicompat/UIConstants.java +++ b/frontend/webadmin/modules/uicompat/src/main/java/org/ovirt/engine/ui/uicompat/UIConstants.java @@ -1362,7 +1362,9 @@ @DefaultStringValue("Could not read templates from Export Domain") String couldNotReadTemplatesFromExportDomainMsg(); - @DefaultStringValue("Warning: the following templates are missing on the target Export Domain, do you wish to continue anyway?") + @DefaultStringValue("The following virtual machines are based on templates which do not exist on the export domain and are required for the virtual machines to function.\n" + + "If you proceed you will not be able to import these virtual machines unless you already have the relevant templates on the target domains.\n" + + "Do you wish to continue anyway?") String theFollowingTemplatesAreMissingOnTargetExportDomainMsg(); @DefaultStringValue("There are no active Data-Centers in the system.") -- To view, visit http://gerrit.ovirt.org/25239 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I559f867d6dfc2176d5324a8ff0b0163b0908840e Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Tal Nisan <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
