Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/chat.py
diff options
context:
space:
mode:
Diffstat (limited to 'chat.py')
-rw-r--r--chat.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/chat.py b/chat.py
index 64b36e2..49941c3 100644
--- a/chat.py
+++ b/chat.py
@@ -84,9 +84,8 @@ class Chat(Activity):
else:
# we are creating the activity
self.add_text(self.owner.props.nick,
- self._buddy_icon(self.owner), _('Connecting'),
+ self._buddy_icon(self.owner), _('Share, or invite someone.'),
status_message=True)
- self.share() # Share immediately since there are no invites yet
def _shared_cb(self, activity):
logger.debug('Chat was shared')