From cdbd141864381fb523f49f5c0f828f4a9ad6ec49 Mon Sep 17 00:00:00 2001
From: Erlend Stav <erlend.stav@sintef.no>
Date: Thu, 28 Apr 2011 12:18:00 +0000
Subject: [PATCH] Small update to naming of categories in update site (AAL
 Studio instead of universAAL tools)

---
 updatesite/org.universaal.tools.updatesite/site.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/updatesite/org.universaal.tools.updatesite/site.xml b/updatesite/org.universaal.tools.updatesite/site.xml
index f9b66fedd..a109e0c56 100644
--- a/updatesite/org.universaal.tools.updatesite/site.xml
+++ b/updatesite/org.universaal.tools.updatesite/site.xml
@@ -39,12 +39,12 @@
    <feature url="features/org.universaal.tools.newwizard.feature_0.3.0.jar" id="org.universaal.tools.newwizard.feature" version="0.3.0">
       <category name="universaal_tools"/>
    </feature>
-   <category-def name="universaal_tools" label="universAAL tools">
+   <category-def name="universaal_tools" label="AAL Studio tools">
       <description>
-         Tools for development using the universAAL platform
+         Tools for development of AAL applications using the universAAL platform
       </description>
    </category-def>
-   <category-def name="universaal_future_tools" label="universAAL upcomming tools">
+   <category-def name="universaal_future_tools" label="AAL Studio upcomming tools">
       <description>
          The tools in this category are still in early development and are currently not complete enough for use during regular development
       </description>
-- 
GitLab