mirror of https://github.com/Syncplay/syncplay
Improved GUI import error message
This commit is contained in:
parent
5001845e10
commit
1c9c31bd1a
|
@ -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",
|
||||
|
||||
|
|
Loading…
Reference in New Issue