diff --git a/SoundcoreDesktop.py b/SoundcoreDesktop.py index 20b076f..1fa2f98 100644 --- a/SoundcoreDesktop.py +++ b/SoundcoreDesktop.py @@ -130,7 +130,7 @@ def removeImg(): text = { "ANC Outdoor": "Reduce ambient sound on-the-go for quieter city spaces", "ANC Trans": "Targets low-end frequencies like engine and road noise for serene journeys and commutes.", - "ANC INDOOR": "Eliminate voices and mid-frequency noise from coffee shaps and other inside spaces." + "ANC INDOOR": "Eliminate voices and mid-frequency noise from coffee shops and other inside spaces." } def forgetANCWegets(): @@ -250,4 +250,4 @@ def on_closing(): window.destroy() window.protocol("WM_DELETE_WINDOW", on_closing) -window.mainloop() \ No newline at end of file +window.mainloop()