Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWalter Bender <walter.bender@gmail.com>2011-10-09 12:29:30 (GMT)
committer Walter Bender <walter.bender@gmail.com>2011-10-09 12:29:30 (GMT)
commit4dff0948fb79378f4cc9b9d1410686a7b461ae4c (patch)
tree03451d8f7f31aba9bb29123f09a6860c4a73d6dc
parent1faa156f3582d1f9aed2455ff0e158cf44c810f9 (diff)
added missing commas that prevented compilation
-rw-r--r--taextras.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/taextras.py b/taextras.py
index 3e08657..37f80c9 100644
--- a/taextras.py
+++ b/taextras.py
@@ -106,8 +106,8 @@ passed by an argument.'),
]
FOLLOWME_STRINGS = [
- _('The camera was not found.')
- _('Error on the initialization of the camera.')
+ _('The camera was not found.'),
+ _('Error on the initialization of the camera.'),
_('FollowMe'),
_('follow a RGB color'),
_('follow a turtle color'),