From 132ed1b5077062a03431491f4f318ea42ebfca91 Mon Sep 17 00:00:00 2001 From: somebody Date: Sat, 22 Jul 2023 17:53:28 -0500 Subject: [PATCH] UI: Make experimental tooltip more ominous The current tooltip made it sound more like "beta features" than "pre pre pre pre alpha features" --- gensettings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gensettings.py b/gensettings.py index 765f6370..51f5cef4 100644 --- a/gensettings.py +++ b/gensettings.py @@ -739,7 +739,7 @@ gensettingstf = [ "max": 1, "step": 1, "default": 0, - "tooltip": "If enabled, experimental features will be displayed in the UI.", + "tooltip": "If enabled, experimental features will be displayed in the UI. Note: These features have been determined to be too unstable for standard use, and may corrupt your data. You're on your own from here.", "menu_path": "Interface", "sub_path": "UI", "classname": "system",