Roy Golan has uploaded a new change for review. Change subject: ui: improve hot plug cpu wording ......................................................................
ui: improve hot plug cpu wording Change-Id: I8013172ee5410330bad4bfc8f5560ed1eef7988a Bug-Url: https://bugzilla.redhat.com/1093997 Signed-off-by: Roy Golan <[email protected]> --- M frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/CommonApplicationMessages.java 1 file changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/36/29436/1 diff --git a/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/CommonApplicationMessages.java b/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/CommonApplicationMessages.java index 193e4d4..8c4dd01 100644 --- a/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/CommonApplicationMessages.java +++ b/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/CommonApplicationMessages.java @@ -147,7 +147,7 @@ @DefaultMessage("Represents maximum number of milliseconds the VM can be down during live migration. Value of 0 means that VDSM default will be used. (Current engine-wide default is {0}ms)") String migrationDowntimeInfo(Integer milliseconds); - @DefaultMessage("Hot set CPUs by changing the number of sockets." + - " The support for hot plug/unplug CPUs to the guest varies.") + @DefaultMessage("Hot add CPUs by changing the number of sockets." + + " Please consult documentation for your guest operating system to ensure it has proper support for CPU Hot Add") String hotPlugUnplugCpuWarning(); } -- To view, visit http://gerrit.ovirt.org/29436 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I8013172ee5410330bad4bfc8f5560ed1eef7988a Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: ovirt-engine-3.4 Gerrit-Owner: Roy Golan <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
