Cleaning up application titles, descriptions and categories.

Change-Id: I80f9770697cbf29b6bde2b20778c341b0f403d9f
diff --git a/drivers/cisco/netconf/BUCK b/drivers/cisco/netconf/BUCK
index b3b082a..6975a52 100644
--- a/drivers/cisco/netconf/BUCK
+++ b/drivers/cisco/netconf/BUCK
@@ -23,10 +23,10 @@
 
 onos_app (
     app_name = 'org.onosproject.drivers.cisco.netconf',
-    title = 'Cisco NETCONF device drivers',
+    title = 'Cisco NETCONF Drivers',
     category = 'Drivers',
     url = 'http://onosproject.org',
-    description = 'ONOS Cisco NETCONF device drivers application.',
+    description = 'Adds support for Cisco devices using NETCONF protocol.',
     included_bundles = BUNDLES,
     required_apps = [ 'org.onosproject.netconf', 'org.onosproject.drivers.netconf' ],
 )
diff --git a/drivers/cisco/rest/BUCK b/drivers/cisco/rest/BUCK
index b4c5b11..9c898c2 100644
--- a/drivers/cisco/rest/BUCK
+++ b/drivers/cisco/rest/BUCK
@@ -26,10 +26,10 @@
 
 onos_app (
     app_name = 'org.onosproject.drivers.cisco.rest',
-    title = 'Cisco REST device drivers',
+    title = 'Cisco REST Drivers',
     category = 'Drivers',
     url = 'http://onosproject.org',
-    description = 'ONOS Cisco REST device drivers application.',
+    description = 'Adds support for Cisco devices using REST.',
     included_bundles = BUNDLES,
     required_apps = [ 'org.onosproject.restsb' ],
 )