Tweaks
[sfa-gui.git] / Welcome.py
index 3c7d664..c56d25e 100644 (file)
@@ -6,9 +6,9 @@ class Welcome(Sink):
 
         Sink.__init__(self)
 
-        text="<div class='infoProse'>This is the SFA Federation GUI. "
-        text+="It allows users to manage their SFA identities and slices, "
-        text+="add resources from various testbeds to their slices, "
+        text="<div class='infoProse'>This is the PlanetLab Federation GUI. "
+        text+="It allows users to "
+        text+="add resources from various testbeds to their slices "
         text+="and browse the SFA Registry.</p></div>"
         self.initWidget(HTML(text, True))
 
@@ -17,4 +17,4 @@ class Welcome(Sink):
 
 
 def init():
-    return SinkInfo("Welcome", "Welcome to the SFA Federation GUI", Welcome)
+    return SinkInfo("Welcome", "Welcome to the PlanetLab Federation GUI", Welcome)