Maor Lipchuk has uploaded a new change for review. Change subject: core: Rephrase UI message when adding disk ......................................................................
core: Rephrase UI message when adding disk Rephrasing a message to declare also permissions scope Change-Id: Ic691018f215db80e4261377357e3734387754c5b Bug-Url: https://bugzilla.redhat.com/1071217 Signed-off-by: Maor Lipchuk <[email protected]> --- M frontend/webadmin/modules/uicompat/src/main/java/org/ovirt/engine/ui/uicompat/UIConstants.java 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/30/25830/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 f481622..c086ba1 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 @@ -1382,7 +1382,7 @@ @DefaultStringValue("There are no active Data-Centers in the system.") String noActiveDataCenters(); - @DefaultStringValue("There are no active Storage Domains in the relevant Data-Center.") + @DefaultStringValue("There are no authorized active Storage Domains in the relevant Data-Center.") String noActiveStorageDomainsInDC(); @DefaultStringValue("The relevant Data-Center is not active.") -- To view, visit http://gerrit.ovirt.org/25830 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ic691018f215db80e4261377357e3734387754c5b Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Maor Lipchuk <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
