diff --git a/src/extra/SoundsTutorial/soundsTutorial_constants.py b/src/extra/SoundsTutorial/soundsTutorial_constants.py index 660e61fc..f5b13552 100644 --- a/src/extra/SoundsTutorial/soundsTutorial_constants.py +++ b/src/extra/SoundsTutorial/soundsTutorial_constants.py @@ -10,6 +10,7 @@ actions = reverse_sort.reverse_sort([ ("audio", _(u"Audio tweet.")), ("favourite", _(u"Tweet liked.")), ("favourites_timeline_updated", _(u"Likes buffer updated.")), ("geo", _(u"Geotweet.")), +("image", _("The tweet contains one or more images")), ("limit", _(u"Boundary reached.")), ("list_tweet", _(u"List updated.")), ("max_length", _(u"Too many characters.")),