Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/brain.py
diff options
context:
space:
mode:
authorRafael Ortiz <rafael@activitycentral.com>2011-04-28 16:59:35 (GMT)
committer Rafael Ortiz <rafael@activitycentral.com>2011-04-28 16:59:35 (GMT)
commit0d843cbf06fbdaa2716893a978ff6741ee46b24a (patch)
tree8e604a42b7e5eecabcf878a24e5dbb63d19b9cd1 /brain.py
parent5e8223cf6035456f41114d3579f82f9dca9d8166 (diff)
pep8 fixes, being more polite
Diffstat (limited to 'brain.py')
-rw-r--r--brain.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/brain.py b/brain.py
index 4ceb47e..32b4581 100644
--- a/brain.py
+++ b/brain.py
@@ -33,11 +33,11 @@ BOTS = {
_('Spanish'): { 'name': 'Sara',
'brain': 'bot/sara.brn',
'predicates': { 'nombre_bot': 'Sara',
- 'botmaster': 'la comunidad Azucar' } },
+ 'botmaster': 'La comunidad Azucar' } },
_('English'): { 'name': 'Alice',
'brain': 'bot/alice.brn',
'predicates': { 'name': 'Alice',
- 'master': 'the Sugar Community' } } }
+ 'master': 'The Sugar Community' } } }
def get_mem_info(tag):
@@ -122,7 +122,7 @@ def load(activity, voice, sorry=None):
activity.set_cursor(old_cursor)
if is_first_session:
- hello = _("Hello, I'm a robot \"%s\". Ask me any question.") \
+ hello = _("Hello, I'm a robot \"%s\". Please ask me any question.") \
% BOTS[voice.friendlyname]['name']
if sorry:
hello += ' ' + sorry