Timothy Asir has uploaded a new change for review. Change subject: gluster: Remove non-readable characters of distributed replicate volume warning messages ......................................................................
gluster: Remove non-readable characters of distributed replicate volume warning messages Remove <br/> characters from UIConstants.java file for distributed replicate volume warning messages. Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1021982 Change-Id: I1cc9a1fc33fdc28abb930f8fefbb65432436919a Signed-off-by: Timothy Asir <[email protected]> --- M frontend/webadmin/modules/uicompat/src/main/java/org/ovirt/engine/ui/uicompat/UIConstants.java 1 file changed, 4 insertions(+), 4 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/85/21085/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 92cb318..9468b6b 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 @@ -1695,16 +1695,16 @@ @DefaultStringValue("Cannot remove more than one brick from a Replicate volume at a time") String cannotRemoveBricksReplicateVolume(); - @DefaultStringValue("Incorrect bricks selected for removal in Distributed Replicate volume. <br/> Either all the selected bricks should be from the same sub volume or one brick each for every sub volume!") + @DefaultStringValue("Incorrect bricks selected for removal in Distributed Replicate volume. Either all the selected bricks should be from the same sub volume or one brick each for every sub volume!") String cannotRemoveBricksDistributedReplicateVolume(); - @DefaultStringValue("Incorrect bricks selected for removal in Distributed Stripe volume. <br/> Selected bricks should be from the same sub volume!") + @DefaultStringValue("Incorrect bricks selected for removal in Distributed Stripe volume. Selected bricks should be from the same sub volume!") String cannotRemoveBricksDistributedStripeVolume(); - @DefaultStringValue("Incorrect bricks selected for removal in Striped Replicate volume. <br/> Selected bricks should be a multiple of stripe and replica count") + @DefaultStringValue("Incorrect bricks selected for removal in Striped Replicate volume. Selected bricks should be a multiple of stripe and replica count") String cannotRemoveBricksStripedReplicateVolume(); - @DefaultStringValue("Incorrect bricks selected for removal in Distributed Striped Replicate volume. <br/> Selected bricks should be from the same sub volume!") + @DefaultStringValue("Incorrect bricks selected for removal in Distributed Striped Replicate volume. Selected bricks should be from the same sub volume!") String cannotRemoveBricksDistributedStripedReplicateVolume(); @DefaultStringValue("Replica count can be increased by only one") -- To view, visit http://gerrit.ovirt.org/21085 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I1cc9a1fc33fdc28abb930f8fefbb65432436919a Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Timothy Asir <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
