Improved GUI import error message

This commit is contained in:
Et0h 2014-08-11 19:20:45 +01:00
parent 5001845e10
commit 1c9c31bd1a
1 changed files with 1 additions and 1 deletions

View File

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