1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-13 15:57:14 +03:00

Removed warning from transparency slider

This commit is contained in:
A_D 2020-11-06 16:24:10 +02:00 committed by Athanasius
parent 2a9ac882cd
commit 4692a98f04
2 changed files with 3 additions and 4 deletions

View File

@ -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";

View File

@ -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,