Cleaning up application titles, descriptions and categories.

Change-Id: I80f9770697cbf29b6bde2b20778c341b0f403d9f
diff --git a/drivers/optical/BUCK b/drivers/optical/BUCK
index 3995be7..f9eef16 100644
--- a/drivers/optical/BUCK
+++ b/drivers/optical/BUCK
@@ -23,9 +23,9 @@
 
 onos_app (
     app_name = 'org.onosproject.drivers.optical',
-    title = 'Other optical Device Drivers',
+    title = 'Basic Optical Drivers',
     category = 'Drivers',
     url = 'http://onosproject.org',
-    description = 'ONOS other optical Device Drivers application.',
+    description = 'Suite of basic optical device drivers.',
     required_apps = [ 'org.onosproject.drivers', 'org.onosproject.optical-model' ],
 )