Tomas Jelinek has uploaded a new change for review. Change subject: typo: added a missing colon ......................................................................
typo: added a missing colon Added the colon after the "User" in the roleOnUser to make it consistent with the userWithRole. Change-Id: Ie9f274cc5ba4c8d85c95ef37cee207c0bc04aa5b Signed-off-by: Tomas Jelinek <tjeli...@redhat.com> --- M frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/CommonApplicationMessages.java 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/84/24484/1 diff --git a/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/CommonApplicationMessages.java b/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/CommonApplicationMessages.java index 193e4d4..8bb2f01 100644 --- a/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/CommonApplicationMessages.java +++ b/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/CommonApplicationMessages.java @@ -123,7 +123,7 @@ @DefaultMessage("User: {0} with Role: {1}") SafeHtml userWithRole(String userName, String roleName); - @DefaultMessage("Role: {0} on User {1}") + @DefaultMessage("Role: {0} on User: {1}") SafeHtml roleOnUser(String roleName, String userName); @DefaultMessage("Map control-alt-del shortcut to {0}") -- To view, visit http://gerrit.ovirt.org/24484 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ie9f274cc5ba4c8d85c95ef37cee207c0bc04aa5b Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Tomas Jelinek <tjeli...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches