Alona Kaplan has uploaded a new change for review. Change subject: webadmin: networks typos (#854358) ......................................................................
webadmin: networks typos (#854358) https://bugzilla.redhat.com/854358 Netwrok -> Network from one the interfaces/bond -> from one of the interfaces/bond Change-Id: Ib2a235554c1357cad425fbd89f71e616821508d1 Signed-off-by: Alona Kaplan <[email protected]> --- M frontend/webadmin/modules/frontend/src/main/java/org/ovirt/engine/ui/frontend/AppErrors.java M frontend/webadmin/modules/uicompat/src/main/java/org/ovirt/engine/ui/uicompat/Constants.java M frontend/webadmin/modules/userportal-gwtp/src/main/resources/org/ovirt/engine/ui/frontend/AppErrors.properties M frontend/webadmin/modules/webadmin/src/main/resources/org/ovirt/engine/ui/frontend/AppErrors.properties 4 files changed, 4 insertions(+), 4 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/67/7867/1 diff --git a/frontend/webadmin/modules/frontend/src/main/java/org/ovirt/engine/ui/frontend/AppErrors.java b/frontend/webadmin/modules/frontend/src/main/java/org/ovirt/engine/ui/frontend/AppErrors.java index 78699f1..9ab2c44 100644 --- a/frontend/webadmin/modules/frontend/src/main/java/org/ovirt/engine/ui/frontend/AppErrors.java +++ b/frontend/webadmin/modules/frontend/src/main/java/org/ovirt/engine/ui/frontend/AppErrors.java @@ -1234,7 +1234,7 @@ @DefaultStringValue("Cannot ${action} ${type}. Selected Compatibility Version is not supported.") String ACTION_TYPE_FAILED_GIVEN_VERSION_NOT_SUPPORTED(); - @DefaultStringValue("Netwrok address must be specify when using static ip") + @DefaultStringValue("Network address must be specify when using static ip") String NETWORK_ADDR_MANDATORY_IN_STATIC_IP(); @DefaultStringValue("Cannot ${action} ${type}. Same action in progress.") diff --git a/frontend/webadmin/modules/uicompat/src/main/java/org/ovirt/engine/ui/uicompat/Constants.java b/frontend/webadmin/modules/uicompat/src/main/java/org/ovirt/engine/ui/uicompat/Constants.java index 505cd9e..f7fece7 100644 --- a/frontend/webadmin/modules/uicompat/src/main/java/org/ovirt/engine/ui/uicompat/Constants.java +++ b/frontend/webadmin/modules/uicompat/src/main/java/org/ovirt/engine/ui/uicompat/Constants.java @@ -1479,7 +1479,7 @@ @DefaultStringValue("The following LUNs are already in use:") String lunsAlreadyInUse(); - @DefaultStringValue("Networks on both interfaces : Detach all the networks from one the interfaces/bond, if required re-attach to the bond") + @DefaultStringValue("Networks on both interfaces : Detach all the networks from one of the interfaces/bond, if required re-attach to the bond") String networksOnBothInterfaces(); @DefaultStringValue("Invalid operation with unmanaged network: unmanaged network can only be removed") diff --git a/frontend/webadmin/modules/userportal-gwtp/src/main/resources/org/ovirt/engine/ui/frontend/AppErrors.properties b/frontend/webadmin/modules/userportal-gwtp/src/main/resources/org/ovirt/engine/ui/frontend/AppErrors.properties index eaa1647..12780a2 100644 --- a/frontend/webadmin/modules/userportal-gwtp/src/main/resources/org/ovirt/engine/ui/frontend/AppErrors.properties +++ b/frontend/webadmin/modules/userportal-gwtp/src/main/resources/org/ovirt/engine/ui/frontend/AppErrors.properties @@ -467,7 +467,7 @@ ACTION_TYPE_FAILED_ILLEGAL_DOMAIN_NAME=Cannot ${action} ${type}. Illegal Domain name: ${Domain}. Domain name has unsupported special character ${Char}. ACTION_TYPE_FAILED_CANNOT_DECREASE_COMPATIBILITY_VERSION=Cannot ${action} ${type}. Compatibility version is invalid, previous value restored. ACTION_TYPE_FAILED_GIVEN_VERSION_NOT_SUPPORTED=Cannot ${action} ${type}. Selected Compatibility Version is not supported. -NETWORK_ADDR_MANDATORY_IN_STATIC_IP=Netwrok address must be specify when using static ip +NETWORK_ADDR_MANDATORY_IN_STATIC_IP=Network address must be specify when using static ip ACTION_TYPE_FAILED_OBJECT_LOCKED=Cannot ${action} ${type}. Same action in progress. NETWORK_BOND_HAVE_ATTACHED_VLANS=Bond attached to vlan, remove bonds vlan first NETWORK_INTERFACE_CONNECT_TO_VLAN=Cannot attach non vlan network to vlan interface diff --git a/frontend/webadmin/modules/webadmin/src/main/resources/org/ovirt/engine/ui/frontend/AppErrors.properties b/frontend/webadmin/modules/webadmin/src/main/resources/org/ovirt/engine/ui/frontend/AppErrors.properties index 7fb5422..207bd9d 100644 --- a/frontend/webadmin/modules/webadmin/src/main/resources/org/ovirt/engine/ui/frontend/AppErrors.properties +++ b/frontend/webadmin/modules/webadmin/src/main/resources/org/ovirt/engine/ui/frontend/AppErrors.properties @@ -465,7 +465,7 @@ ACTION_TYPE_FAILED_ILLEGAL_DOMAIN_NAME=Cannot ${action} ${type}. Illegal Domain name: ${Domain}. Domain name has unsupported special character ${Char}. ACTION_TYPE_FAILED_CANNOT_DECREASE_COMPATIBILITY_VERSION=Cannot ${action} ${type}. Compatibility version is invalid, previous value restored. ACTION_TYPE_FAILED_GIVEN_VERSION_NOT_SUPPORTED=Cannot ${action} ${type}. Selected Compatibility Version is not supported. -NETWORK_ADDR_MANDATORY_IN_STATIC_IP=Netwrok address must be specify when using static ip +NETWORK_ADDR_MANDATORY_IN_STATIC_IP=Network address must be specify when using static ip ACTION_TYPE_FAILED_OBJECT_LOCKED=Cannot ${action} ${type}. Same action in progress. NETWORK_BOND_HAVE_ATTACHED_VLANS=Bond attached to vlan, remove bonds vlan first NETWORK_INTERFACE_CONNECT_TO_VLAN=Cannot attach non vlan network to vlan interface -- To view, visit http://gerrit.ovirt.org/7867 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ib2a235554c1357cad425fbd89f71e616821508d1 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Alona Kaplan <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
