From: Andy Bavier Date: Tue, 22 Jun 2010 20:37:30 +0000 (-0400) Subject: Make PLE, PLJ names more readable X-Git-Url: http://git.onelab.eu/?p=sfa-gui.git;a=commitdiff_plain;h=67320fd9f6aa1553a9223d0b99a6c4e2bcde4d3d;ds=sidebyside Make PLE, PLJ names more readable --- diff --git a/PLE.py b/PLE.py index c72f63e..a8a5b01 100644 --- a/PLE.py +++ b/PLE.py @@ -23,4 +23,4 @@ class PLE(Sink): self.initWidget(self.tabs) def init(): - return SinkInfo("PLE", "Specify PlanetLab Europe Resources", PLE) + return SinkInfo("PL Europe", "Specify PlanetLab Europe Resources", PLE) diff --git a/PLJ.py b/PLJ.py index a9b1bbe..d62900a 100644 --- a/PLJ.py +++ b/PLJ.py @@ -23,4 +23,4 @@ class PLJ(Sink): self.initWidget(self.tabs) def init(): - return SinkInfo("PLJ", "Specify PlanetLab Japan Resources", PLJ) + return SinkInfo("PL Japan", "Specify PlanetLab Japan Resources", PLJ)