From 4692a98f0478f808c92c034fcde11d0deb8f55b1 Mon Sep 17 00:00:00 2001
From: A_D <aunderscored@gmail.com>
Date: Fri, 6 Nov 2020 16:24:10 +0200
Subject: [PATCH] Removed warning from transparency slider

---
 L10n/en.template | 4 ++--
 prefs.py         | 3 +--
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/L10n/en.template b/L10n/en.template
index b92ccc26..1d4f4e07 100644
--- a/L10n/en.template
+++ b/L10n/en.template
@@ -1,8 +1,8 @@
 /* Label for 'UI Transparency' option in [prefs.py]*/
 "Main window transparency" = "Main window transparency";
 
-/* Warning next to 'UI Transparency' slider */
-"100 means fully opaque.{CR}Window is updated in real time{CR}do NOT use this with the transparent theme on windows" = "100 means fully opaque.{CR}Window is updated in real time{CR}do NOT use this with the transparent theme on windows";
+/* Message next to 'UI Transparency' slider  [prefs.py] */
+"100 means fully opaque.{CR}Window is updated in real time" = "100 means fully opaque.{CR}Window is updated in real time";
 
 /* Label for 'UI Scaling' option [prefs.py] */
 "UI Scale Percentage" = "UI Scale Percentage";
diff --git a/prefs.py b/prefs.py
index bf7955ba..1fe7d3b6 100644
--- a/prefs.py
+++ b/prefs.py
@@ -766,8 +766,7 @@ class PreferencesDialog(tk.Toplevel):
                 appearance_frame,
                 text=_(
                     "100 means fully opaque.{CR}"
-                    "Window is updated in real time{CR}"
-                    "do NOT use this with the transparent theme on windows"
+                    "Window is updated in real time"
                 ).format(CR='\n')
             ).grid(
                 column=3,