diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-08-08 20:30:13 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-08-08 20:30:13 +0200 |
commit | a716a1e74c100df534d1c21f92afe1c752e71aa0 (patch) | |
tree | aaddf3647d4b6b0d65d247aa8e86f65fb3b7d663 /module/gui/ConnectionManager.py | |
parent | only one chunk for uploaded.to (diff) | |
download | pyload-a716a1e74c100df534d1c21f92afe1c752e71aa0.tar.xz |
pyLoad 0.4.7v0.4.7
Diffstat (limited to 'module/gui/ConnectionManager.py')
-rw-r--r-- | module/gui/ConnectionManager.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/gui/ConnectionManager.py b/module/gui/ConnectionManager.py index 8bf4ff24b..8e355bfe1 100644 --- a/module/gui/ConnectionManager.py +++ b/module/gui/ConnectionManager.py @@ -28,7 +28,7 @@ class ConnectionManager(QWidget): QWidget.__init__(self) QMessageBox.warning(self, 'Warning', - "We are sorry but the GUI is not stable anymore. Please use the webinterface for much better experience. \n", QMessageBox.Ok) + "We are sorry but the GUI is not usable anymore. Please use the webinterface for much better experience. \n", QMessageBox.Ok) return |