Cleaning up application titles, descriptions and categories.

Change-Id: I80f9770697cbf29b6bde2b20778c341b0f403d9f
diff --git a/apps/roadm/BUCK b/apps/roadm/BUCK
index 8a87283..042bd52 100644
--- a/apps/roadm/BUCK
+++ b/apps/roadm/BUCK
@@ -16,10 +16,10 @@
 )
 
 onos_app (
-    title = 'ROADM App',
+    title = 'ROADM',
     category = 'Optical',
     url = 'http://onosproject.org',
-    description = """This application provides an interface and web GUI for monitoring
-                     and configuring power on ROADM devices.""",
+    description = 'This application provides an interface and web GUI for monitoring and ' +
+        'configuring power on ROADM devices.',
     required_apps = [ 'org.onosproject.optical-model' ],
 )