Moti Asayag has uploaded a new change for review. Change subject: webadmin: Minor adjustment for remove external network message ......................................................................
webadmin: Minor adjustment for remove external network message Change-Id: If65a2cf50bb89b29988913fd8801b4ce32ef6e95 Bug-Url: https://bugzilla.redhat.com/1101068 Signed-off-by: Moti Asayag <[email protected]> --- M frontend/webadmin/modules/uicompat/src/main/java/org/ovirt/engine/ui/uicompat/UIConstants.java 1 file changed, 3 insertions(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/26/30726/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 ab3bfbb..edb57a8 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 @@ -1,8 +1,9 @@ package org.ovirt.engine.ui.uicompat; -import com.google.gwt.i18n.client.Constants; import org.ovirt.engine.core.common.businessentities.VmPool; + +import com.google.gwt.i18n.client.Constants; public interface UIConstants extends com.google.gwt.i18n.client.Constants { @@ -2067,7 +2068,7 @@ @DefaultStringValue("The given mappings are of an invalid format.") String interfaceMappingsInvalid(); - @DefaultStringValue("Remove external network(s) from the provider(s) as well.") + @DefaultStringValue("Remove network(s) from the external provider(s) as well.") String removeNetworkFromProvider(); // Gluster Hook -- To view, visit http://gerrit.ovirt.org/30726 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: If65a2cf50bb89b29988913fd8801b4ce32ef6e95 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Moti Asayag <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
