Cleaning up application titles, descriptions and categories.

Change-Id: I80f9770697cbf29b6bde2b20778c341b0f403d9f
diff --git a/drivers/ovsdb/BUCK b/drivers/ovsdb/BUCK
index 97f83c0..3446bd2 100644
--- a/drivers/ovsdb/BUCK
+++ b/drivers/ovsdb/BUCK
@@ -19,9 +19,9 @@
 
 onos_app (
     app_name = 'org.onosproject.drivers.ovsdb',
-    title = 'OVSDB Device Drivers',
+    title = 'Generic OVSDB Drivers',
     category = 'Drivers',
     url = 'http://onosproject.org',
-    description = 'ONOS OVSDB Device Drivers application.',
+    description = 'Adds support for devices using OVSDB.',
     required_apps = [ 'org.onosproject.ovsdb-base' ],
 )