Frank Kobzik has uploaded a new change for review. Change subject: frontend: rename Pool to Type in vm popup widget ......................................................................
frontend: rename Pool to Type in vm popup widget This small patch renames "Pool" label to "Type" in side tabs of vm popup widget. Change-Id: I94573205659f7411cf882ff23eeb73b343d4c39a Bug-Url: https://bugzilla.redhat.com/1092379 Signed-off-by: Frantisek Kobzik <[email protected]> --- M frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/CommonApplicationConstants.java 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/27/27727/1 diff --git a/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/CommonApplicationConstants.java b/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/CommonApplicationConstants.java index db758c0..7b9a794 100644 --- a/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/CommonApplicationConstants.java +++ b/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/CommonApplicationConstants.java @@ -589,7 +589,7 @@ @DefaultStringValue("VirtIO Console Device Enabled") String consoleDeviceEnabled(); - @DefaultStringValue("Pool") + @DefaultStringValue("Type") String poolVmPopup(); @DefaultStringValue("Pool Type") -- To view, visit http://gerrit.ovirt.org/27727 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I94573205659f7411cf882ff23eeb73b343d4c39a Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Frank Kobzik <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
