summaryrefslogtreecommitdiff
path: root/sunshine/lqsoft/pygadu/models.py
diff options
context:
space:
mode:
Diffstat (limited to 'sunshine/lqsoft/pygadu/models.py')
-rwxr-xr-xsunshine/lqsoft/pygadu/models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sunshine/lqsoft/pygadu/models.py b/sunshine/lqsoft/pygadu/models.py
index 14c8cdb..c3149b5 100755
--- a/sunshine/lqsoft/pygadu/models.py
+++ b/sunshine/lqsoft/pygadu/models.py
@@ -111,7 +111,7 @@ class GaduProfile(object):
def setMyState(self, new_state, new_description=''):
if not self.connected:
- raise RuntimeError("You need to be connected, to change your status or presence.")
+ raise RuntimeError("You need to be connected, to import contact list from the server.")
self.__connection.changeStatus(new_state, new_description)