Index: panels/src/main/resources/Panels/HomePageUpdate
===================================================================
--- panels/src/main/resources/Panels/HomePageUpdate (revision 4044)
+++ panels/src/main/resources/Panels/HomePageUpdate (working copy)
@@ -19,13 +19,13 @@
-#set($place = $request.place)
+#set($space = $request.space)
#if(!$xwiki.hasAdminRights())
-#xwikimessageboxstart("Place Manager" "")
-You are not admin on this place ($place).
+#xwikimessageboxstart("Space Manager" "")
+You are not admin on this space ($space).
#xwikimessageboxend()
#else
-#if((!$place)||($place==""))
+#if((!$space)||($space==""))
#set($prefsdoc = $xwiki.getDocument("XWiki.XWikiPreferences"))
#set($ok = $prefsdoc.use("XWiki.XWikiPreferences"))
#set($leftPanels = $request.leftPanels)
@@ -39,7 +39,7 @@
#set($ok = $prefsdoc.saveWithProgrammingRights())
SUCCESS
#else
-#set($prefsdoc = $xwiki.getDocument("${place}:XWiki.XWikiPreferences"))
+#set($prefsdoc = $xwiki.getDocument("${space}:XWiki.XWikiPreferences"))
#set($ok = $prefsdoc.use("XWiki.XWikiPreferences"))
#set($leftPanels = $request.leftPanels)
#set($rightPanels = $request.rightPanels)