ofri masad has uploaded a new change for review. Change subject: userportal: Fix tooltip localization ......................................................................
userportal: Fix tooltip localization Tooltip of quota status bar included unlocalized text. Change-Id: I6398f3c6dfe8c2949f493059532e1e43093173b5 Bug-Url: https://bugzilla.redhat.com/953315 Signed-off-by: Ofri Masad <[email protected]> --- M frontend/webadmin/modules/userportal-gwtp/src/main/java/org/ovirt/engine/ui/userportal/ApplicationTemplates.java 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/15/14115/1 diff --git a/frontend/webadmin/modules/userportal-gwtp/src/main/java/org/ovirt/engine/ui/userportal/ApplicationTemplates.java b/frontend/webadmin/modules/userportal-gwtp/src/main/java/org/ovirt/engine/ui/userportal/ApplicationTemplates.java index f195154..6c11546 100644 --- a/frontend/webadmin/modules/userportal-gwtp/src/main/java/org/ovirt/engine/ui/userportal/ApplicationTemplates.java +++ b/frontend/webadmin/modules/userportal-gwtp/src/main/java/org/ovirt/engine/ui/userportal/ApplicationTemplates.java @@ -20,7 +20,7 @@ " <th style=\"text-align:right; padding: 3px;\" >{1}</th>\n" + " </tr>\n" + " <tr style=\"background-color: #b5cadc; padding: 3px;\">\n" + - " <td style=\"padding: 3px;\">{2} Usage</td>\n" + + " <td style=\"padding: 3px;\">{2}</td>\n" + " <td style=\"text-align:right; padding: 3px; padding-left: 18px; \" >{3}%</td>\n" + " <td style=\"text-align:right; padding: 3px; padding-left: 18px; \" >{4}</td>\n" + " </tr>\n" + -- To view, visit http://gerrit.ovirt.org/14115 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I6398f3c6dfe8c2949f493059532e1e43093173b5 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: ofri masad <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
