]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/pages/wot/MyPoints.java
upd: move translated string closer to translation method
[gigi.git] / src / org / cacert / gigi / pages / wot / MyPoints.java
index ba2bdf5af5da706d62f91b01dae4b52114741a15..69f5d7e6f9a3667eff71ffb508e29f1758042652 100644 (file)
@@ -19,8 +19,8 @@ public class MyPoints extends Page {
 
     private AssurancesDisplay toOtherDisplay = new AssurancesDisplay("otherAsArr", true);
 
-    public MyPoints(String title) {
-        super(title);
+    public MyPoints() {
+        super("My Points");
     }
 
     @Override