diff --git a/syncplay/messages.py b/syncplay/messages.py index 3186259..b1c6631 100755 --- a/syncplay/messages.py +++ b/syncplay/messages.py @@ -76,7 +76,7 @@ en = { "hostname-empty-error" : "Hostname can't be empty", "empty-error" : "{} can't be empty", # Configuration "media-player-error": "Media player error: \"{}\"", # Error line - "unable-import-gui-error": "Could not import Gui libraries. To use them, please install PySide.", + "unable-import-gui-error": "Could not import GUI libraries. If you do not have PySide installed then you will need to install it for the GUI to work.", "arguments-missing-error" : "Some necessary arguments are missing, refer to --help",