Cleaning up application titles, descriptions and categories.

Change-Id: I80f9770697cbf29b6bde2b20778c341b0f403d9f
diff --git a/apps/pathpainter/BUCK b/apps/pathpainter/BUCK
index fd1aed5..300e732 100644
--- a/apps/pathpainter/BUCK
+++ b/apps/pathpainter/BUCK
@@ -9,8 +9,11 @@
 )
 
 onos_app (
-    title = 'Path Visualization App',
+    title = 'Path Visualization',
     category = 'Utility',
     url = 'http://onosproject.org',
-    description = 'Path visualization application.',
+    description = 'Extends the GUI topology view by adding an overlay that allows the operator ' +
+        'to visualize topology paths using various forms of path-finding algorithms such as ' +
+        'the Dijkstra shortest path using default link metric (ONOS default), using geographic ' +
+        'distances, disjoint paths, etc.',
 )