From 42ff1c53e482d099c16e74f8b7d61ffc8978cb8e Mon Sep 17 00:00:00 2001 From: LightSaveUs <108632621+LightSaveUs@users.noreply.github.com> Date: Wed, 2 Nov 2022 01:56:25 +0300 Subject: [PATCH 1/2] Stored Prompt -> Contextual Prompt --- gensettings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gensettings.py b/gensettings.py index 5089c03d..84ae0caf 100644 --- a/gensettings.py +++ b/gensettings.py @@ -214,7 +214,7 @@ gensettingstf = [ { "uitype": "toggle", "unit": "bool", - "label": "Stored Prompt", + "label": "Contextual Prompt", "id": "setuseprompt", "min": 0, "max": 1, From aac2bea87f65e5a13b33fe317f0568c039e28c94 Mon Sep 17 00:00:00 2001 From: LightSaveUs <108632621+LightSaveUs@users.noreply.github.com> Date: Wed, 2 Nov 2022 01:57:10 +0300 Subject: [PATCH 2/2] Privacy Password Tooltip Refinement --- gensettings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gensettings.py b/gensettings.py index 84ae0caf..7f00a376 100644 --- a/gensettings.py +++ b/gensettings.py @@ -592,7 +592,7 @@ gensettingstf = [ "label": "Privacy Password", "id": "privacy_password", "default": "", - "tooltip": "The password to unblur the UI when ctrl+l is hit", + "tooltip": "The password to unblur the UI when Ctrl+L is hit.", "menu_path": "Interface", "sub_path": "UI", "classname": "user",