From fde50f6d94f21a2d432c497b3098f63e602421ec Mon Sep 17 00:00:00 2001
From: Jonathan Wilkes <jon.w.wilkes@gmail.com>
Date: Sun, 23 Oct 2016 13:08:53 -0400
Subject: [PATCH] Revert to using "Reference" for title

---
 pd/nw/dialog_search.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pd/nw/dialog_search.html b/pd/nw/dialog_search.html
index aa09499a5..60aebf7ca 100644
--- a/pd/nw/dialog_search.html
+++ b/pd/nw/dialog_search.html
@@ -56,8 +56,8 @@ var toc = [
     },
     {
         id: "doc/5.reference",
-        title: "Internal Objects",
-        description: "Purr Data's built-in classes"
+        title: "Reference",
+        description: "help patches for all built-in object classes"
     },
 /*
     {
-- 
GitLab