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-04-28 16:46:19 (GMT)
committer Rafael Ortiz <rafael@activitycentral.com>2011-04-28 16:46:19 (GMT)
commitce4b154dbb6ed6d9ebb88764fe8961df5384f23b (patch)
tree8d1a6b9e9e54c1517ea26214432e17fc015299d3
parenteb60446ecd95e076636349456ff5a48fdcb47460 (diff)
fixing identation error
-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):