summaryrefslogtreecommitdiff
path: root/web/share
diff options
context:
space:
mode:
Diffstat (limited to 'web/share')
-rw-r--r--web/share/js/wm.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/share/js/wm.js b/web/share/js/wm.js
index e735f526..016e39b0 100644
--- a/web/share/js/wm.js
+++ b/web/share/js/wm.js
@@ -106,7 +106,7 @@ function __WindowManager() {
let el_orig_button = el_window.querySelector(".window-header .window-button-original");
if (el_orig_button) {
- el_maximize_button.title = "Reduce window to its original size and center it";
+ el_orig_button.title = "Reduce window to its original size and center it";
tools.setOnClick(el_orig_button, function() {
el_window.style.width = "";
el_window.style.height = "";