Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/brain.py
diff options
context:
space:
mode:
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