diff --git a/addon/chrome/content/treeView.html b/addon/chrome/content/treeView.html
index c17a845..4563f15 100644
--- a/addon/chrome/content/treeView.html
+++ b/addon/chrome/content/treeView.html
@@ -82,7 +82,7 @@
dataStructure: "plain",
height: $("window").height() - 100,
displayExpr: "name",
- noDataText: "Create a heading with '+'",
+ noDataText: "Outline is Empty",
onItemClick: jumpNode,
});
}