From 7ebb0355b4d8bc06e52c29c4d90ad2cfdb94bc72 Mon Sep 17 00:00:00 2001 From: Albert Graef <aggraef@gmail.com> Date: Thu, 20 Oct 2016 16:25:41 +0200 Subject: [PATCH] Cosmetic text changes. --- 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 ce91076e0..c8c77db5f 100644 --- a/pd/nw/dialog_search.html +++ b/pd/nw/dialog_search.html @@ -414,7 +414,7 @@ function register_window_id(id, attrs) { add_events(); // set file types for the file dialog document.getElementById("file_browser").accept = filetypes.join(","); - document.getElementById("results").textContent = "Building Index..."; + document.getElementById("results").textContent = "Building index..."; document.getElementById("search_text").disabled = true; document.getElementById("file_browser").setAttribute("nwworkingdir", pdgui.get_gui_dir() + "/doc"); // Probably need a doc getter in pdgui @@ -422,7 +422,7 @@ function register_window_id(id, attrs) { } function display_no_results() { - document.getElementById("results").textContent = "No Results Found."; + document.getElementById("results").textContent = "No results found."; } function display_doc(doc) { -- GitLab