From f30e48356cac3e5fef79a395955e23be037273b2 Mon Sep 17 00:00:00 2001 From: ehpersonal38 <103586016+ehpersonal38@users.noreply.github.com> Date: Tue, 2 May 2023 12:45:35 -0400 Subject: [PATCH] better purge exclude language --- scripts/play.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/play.php b/scripts/play.php index 49e1072..ed1872d 100644 --- a/scripts/play.php +++ b/scripts/play.php @@ -231,7 +231,7 @@ function toggleLock(filename, type, elem) { elem.setAttribute("onclick", elem.getAttribute("onclick").replace("add","del")); } else { elem.setAttribute("src","images/unlock.svg"); - elem.setAttribute("title", "This file is not excluded from being purged."); + elem.setAttribute("title", "This file will be deleted when disk space needs to be freed."); elem.setAttribute("onclick", elem.getAttribute("onclick").replace("del","add")); } } @@ -489,7 +489,7 @@ echo "