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' ],
 )