Skip to content
Snippets Groups Projects
Commit 7ebb0355 authored by Albert Gräf's avatar Albert Gräf
Browse files

Cosmetic text changes.

parent 3ea98a9e
No related branches found
No related tags found
No related merge requests found
...@@ -414,7 +414,7 @@ function register_window_id(id, attrs) { ...@@ -414,7 +414,7 @@ function register_window_id(id, attrs) {
add_events(); add_events();
// set file types for the file dialog // set file types for the file dialog
document.getElementById("file_browser").accept = filetypes.join(","); 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("search_text").disabled = true;
document.getElementById("file_browser").setAttribute("nwworkingdir", document.getElementById("file_browser").setAttribute("nwworkingdir",
pdgui.get_gui_dir() + "/doc"); // Probably need a doc getter in pdgui pdgui.get_gui_dir() + "/doc"); // Probably need a doc getter in pdgui
...@@ -422,7 +422,7 @@ function register_window_id(id, attrs) { ...@@ -422,7 +422,7 @@ function register_window_id(id, attrs) {
} }
function display_no_results() { function display_no_results() {
document.getElementById("results").textContent = "No Results Found."; document.getElementById("results").textContent = "No results found.";
} }
function display_doc(doc) { function display_doc(doc) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment