From e6af759f877e2d770894c45847f98c1200b88912 Mon Sep 17 00:00:00 2001 From: LightSaveUs <108632621+LightSaveUs@users.noreply.github.com> Date: Thu, 27 Oct 2022 17:48:00 +0300 Subject: [PATCH] Add Prompt -> Stored Prompt --- gensettings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gensettings.py b/gensettings.py index 3cf2c964..424f4494 100644 --- a/gensettings.py +++ b/gensettings.py @@ -214,7 +214,7 @@ gensettingstf = [ { "uitype": "toggle", "unit": "bool", - "label": "Add Prompt", + "label": "Stored Prompt", "id": "setuseprompt", "min": 0, "max": 1,