Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/activity.py
diff options
context:
space:
mode:
Diffstat (limited to 'activity.py')
-rw-r--r--activity.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/activity.py b/activity.py
index f0ea68b..60271da 100644
--- a/activity.py
+++ b/activity.py
@@ -196,7 +196,7 @@ class SpeakActivity(SharedActivity):
# say hello to the user
presenceService = presenceservice.get_instance()
xoOwner = presenceService.get_owner()
- self.face.say_notification(_("Hello %s. Please Type something.") \
+ self.face.say_notification(_("Hello %s. Please Type something.") \
% xoOwner.props.nick)
def resume_instance(self, file_path):