From a2f3d422465ae0d7c590f840b1b44ed38cb7b8dc Mon Sep 17 00:00:00 2001 From: ehpersonal38 <103586016+ehpersonal38@users.noreply.github.com> Date: Thu, 14 Jul 2022 12:07:42 -0400 Subject: [PATCH] clearer language --- scripts/play.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/scripts/play.php b/scripts/play.php index d0befaf..18a7eb3 100644 --- a/scripts/play.php +++ b/scripts/play.php @@ -175,11 +175,11 @@ function toggleLock(filename, type, elem) { if(this.responseText == "OK"){ if(type == "add") { elem.setAttribute("src","images/lock.svg"); - elem.setAttribute("title", "This file is delete protected."); + elem.setAttribute("title", "This file is excluded from being purged."); elem.setAttribute("onclick", elem.getAttribute("onclick").replace("add","del")); } else { elem.setAttribute("src","images/unlock.svg"); - elem.setAttribute("title", "This file is not delete protected."); + elem.setAttribute("title", "This file is not excluded from being purged."); elem.setAttribute("onclick", elem.getAttribute("onclick").replace("del","add")); } } @@ -325,11 +325,11 @@ echo "