From cd1d3cc57caef34f60100028bd0de8ce9224e255 Mon Sep 17 00:00:00 2001 From: Costantino Perciante Date: Sat, 6 Aug 2016 13:16:04 +0000 Subject: [PATCH] label fix git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portlets/user/user-statistics@130992 82a268e6-3cf1-43bd-a215-b396298e98cf --- .../user/userstatisticsportlet/client/StatisticsPanel.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/gcube/portlet/user/userstatisticsportlet/client/StatisticsPanel.java b/src/main/java/org/gcube/portlet/user/userstatisticsportlet/client/StatisticsPanel.java index 2471c7f..dac7058 100644 --- a/src/main/java/org/gcube/portlet/user/userstatisticsportlet/client/StatisticsPanel.java +++ b/src/main/java/org/gcube/portlet/user/userstatisticsportlet/client/StatisticsPanel.java @@ -317,7 +317,7 @@ public class StatisticsPanel extends Composite { mainPanel.add(storage); profileStrength.setHeader(PROFILE_STRENGTH_LABEL); - profileStrength.setToolTip("Profile strength."); + profileStrength.setToolTip("Profile strength"); // add loading image that will be replaced by the incoming values Image profileStrengthLoader = new Image(imagePath);