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,