Switch to side-by-side view

--- a/ForgeGit/forgegit/git_main.py
+++ b/ForgeGit/forgegit/git_main.py
@@ -79,7 +79,7 @@
             read=c.project.acl['read'],
             create=[role_developer],
             write=[role_developer],
-            admin=c.project.acl['plugin'])
+            admin=c.project.acl['tool'])
 
 
     def uninstall(self, project):
@@ -87,7 +87,7 @@
 
     @audit('scm.git.uninstall')
     def _uninstall(self, routing_key, data):
-        "Remove all the plugin's artifacts and the physical repository"
+        "Remove all the tool's artifacts and the physical repository"
         repo = self.repo
         if repo is not None and repo.path:
             shutil.rmtree(repo.path, ignore_errors=True)