From 97763c927e83b6c7bf7e0edc5f2418039ed5e00c Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Mon, 29 Aug 2011 13:03:31 +0000 Subject: more string cleanup (#3063) --- diff --git a/plugins/accelerometer/accelerometer.py b/plugins/accelerometer/accelerometer.py index 0e626b6..0bdd6a0 100644 --- a/plugins/accelerometer/accelerometer.py +++ b/plugins/accelerometer/accelerometer.py @@ -54,7 +54,7 @@ class Accelerometer(Plugin): style='basic-style-extended-vertical', label=_('acceleration'), help_string=\ - _('push accereration in x, y, z to heap'), + _('push acceleration in x, y, z to heap'), prim_name='xyz') else: palette.add_block('xyz', diff --git a/po/TurtleArt.pot b/po/TurtleArt.pot index c2b3598..747cff2 100644 --- a/po/TurtleArt.pot +++ b/po/TurtleArt.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-08-29 08:26-0400\n" +"POT-Creation-Date: 2011-08-29 09:03-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -331,7 +331,7 @@ msgid "Returns 1 when the button is press and 0 otherwise." msgstr "" #: taextras.py:63 -msgid "Returns the ambient light level as a number between 0 and 1023." +msgid "Returns the ambient light level as a number between 0 and 1023." msgstr "" #: taextras.py:64 @@ -418,7 +418,7 @@ msgstr "" #: taextras.py:85 msgid "" -"Set the speed of the Butia motors as the value between 0 and 1023, passed by " +"Set the speed of the Butia motors as a value between 0 and 1023, passed by " "an argument." msgstr "" @@ -491,7 +491,7 @@ msgid "The camera was not found." msgstr "" #: taextras.py:110 -msgid "Error on the init of the camera." +msgid "Error on the initialization of the camera." msgstr "" #: taextras.py:111 @@ -1377,9 +1377,6 @@ msgid "acceleration" msgstr "" #: plugins/accelerometer/accelerometer.py:57 -msgid "push accereration in x, y, z to heap" -msgstr "" - #: plugins/accelerometer/accelerometer.py:64 msgid "push acceleration in x, y, z to heap" msgstr "" diff --git a/taextras.py b/taextras.py index b871074..3bbe486 100644 --- a/taextras.py +++ b/taextras.py @@ -60,7 +60,7 @@ BUTIA_STRINGS = [ _('Returns the object gray level encountered him as a number between \ 0 and 1023.'), _('Returns 1 when the button is press and 0 otherwise.'), - _('Returns the ambient light level as a number between 0 and 1023.'), + _('Returns the ambient light level as a number between 0 and 1023.'), _('Returns the ambient temperature as a number between 0 and 255.'), _('Returns the distance from the object in front of the sensor as a \ number between 0 and 255.'), @@ -82,7 +82,7 @@ number between 0 and 255.'), _('Butia battery charge'), _('Returns the battery charge as a number between 0 and 255.'), _('Butia speed'), - _('Set the speed of the Butia motors as the value between 0 and 1023, \ + _('Set the speed of the Butia motors as a value between 0 and 1023, \ passed by an argument.'), _('forward Butia'), _('Move the Butia robot forward.'), @@ -107,7 +107,7 @@ passed by an argument.'), FOLLOWME_STRINGS = [ _('The camera was not found.') - _('Error on the init of the camera.') + _('Error on the initialization of the camera.') _('FollowMe')) _('follow a RGB color'), _('follow a turtle color'), -- cgit v0.9.1