Several status view fixes

Change-Id: I4118c40eeca6b4660bd1ca8f456c650ffb04a637
diff --git a/src/status.qml b/src/status.qml
index 27f89bf..a22d34c 100644
--- a/src/status.qml
+++ b/src/status.qml
@@ -10,6 +10,10 @@
     minimumWidth: 700
     minimumHeight: 400
 
+    onClosing: {
+      statusViewer.cancelEvents();
+    }
+
     TabView {
         anchors.fill: parent
         anchors.topMargin: 20
@@ -18,7 +22,7 @@
         anchors.rightMargin: 20
 
         Tab {
-            title: "Forwarder"
+            title: "General"
             TableView {
                 anchors.fill: parent
                 anchors.topMargin: 20
@@ -39,7 +43,7 @@
             }
         }
         Tab {
-            title: "Channel"
+            title: "Channels"
             TableView {
                 anchors.fill: parent
                 anchors.topMargin: 20
@@ -55,7 +59,7 @@
             }
         }
         Tab {
-            title: "Face"
+            title: "Faces"
             TableView {
                 anchors.fill: parent
                 anchors.topMargin: 20
@@ -208,7 +212,7 @@
             }
         }
         Tab {
-            title: "Strategy"
+            title: "Strategies"
             TableView {
                 anchors.fill: parent
                 anchors.topMargin: 20