Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Ortiz <rafael@activitycentral.com>2011-03-26 16:28:07 (GMT)
committer Rafael Ortiz <rafael@activitycentral.com>2011-03-26 16:28:07 (GMT)
commita9da14aed761ad65651599dba01818c8205a2479 (patch)
tree2e3507adf03b010b0d03bbe08eeca72abbeb881e
parent42d3a93f54af8c6940f71d6a328f13af1f034adc (diff)
being more polite :)
-rw-r--r--activity.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/activity.py b/activity.py
index 38cc4ae..f0ea68b 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. Type something.") \
+ self.face.say_notification(_("Hello %s. Please Type something.") \
% xoOwner.props.nick)
def resume_instance(self, file_path):