Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/brain.py
diff options
context:
space:
mode:
authorroot <root@rafael.dirakx>2009-12-31 21:48:52 (GMT)
committer root <root@rafael.dirakx>2009-12-31 21:48:52 (GMT)
commit04cd4d094ababf47a6300a73d543709330c7799d (patch)
tree390a6fd341f6cd717d8b79859516d11d7dbd4302 /brain.py
parent145e4e239a5397f4afbf784df20b4df3e344665d (diff)
fixing b.s.l.o #1639
Diffstat (limited to 'brain.py')
-rw-r--r--brain.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/brain.py b/brain.py
index 579d716..6f49638 100644
--- a/brain.py
+++ b/brain.py
@@ -104,7 +104,7 @@ def load(activity, voice, sorry=None):
activity.set_cursor(old_cursor)
if is_first_session:
- hello = _("Hello, I'am a robot \"%s\". Ask me any question.") \
+ hello = _("Hello, I'm a robot \"%s\". Ask me any question.") \
% BOTS[voice.friendlyname]['name']
if sorry:
hello += ' ' + sorry