Arik Hadas has uploaded a new change for review. Change subject: webadmin: fix message in importing VM dialog ......................................................................
webadmin: fix message in importing VM dialog This patch modify the message presented in the dialog that is being shown when importing VM, such that it won't say that the import status is shown in the events tab of the specific destination storage domain, as it's not true and it's not trivial to implement because there can be multiple destination storage domains (can be different for each disk) Change-Id: I5f000933abd0802bb6cbc715cffd30d9fde42e41 Signed-off-by: Arik Hadas <[email protected]> --- M frontend/webadmin/modules/uicompat/src/main/java/org/ovirt/engine/ui/uicompat/Messages.java 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/88/11888/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 182ba2b..c113493 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 @@ -75,7 +75,7 @@ @DefaultMessage("Name (with suffix) can contain only alphanumeric, '.', '_' or '-' characters. Maximum length: {0}.") String newNameWithSuffixCannotContainBlankOrSpecialChars(int maxLen); - @DefaultMessage("Import process has begun for VM(s): {0}.\nYou can check import status in the ''Events'' tab of the specific destination storage domain, or in the main ''Events'' tab") + @DefaultMessage("Import process has begun for VM(s): {0}.\nYou can check import status in the main ''Events'' tab") String importProcessHasBegunForVms(String importedVms); @DefaultMessage("''{0}'' Storage Domain is not active. Please activate it.") -- To view, visit http://gerrit.ovirt.org/11888 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I5f000933abd0802bb6cbc715cffd30d9fde42e41 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Arik Hadas <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
