Fix a typo.

This commit is contained in:
js 2008-08-09 16:40:48 +00:00
parent 296709ed27
commit 5638c568e6
4 changed files with 4 additions and 4 deletions

View File

@ -5265,7 +5265,7 @@ msgid "Day Off"
msgstr "Den volna"
#: ../src/common/pep.py:78
msgid "Haning out"
msgid "Hanging out"
msgstr "Venku za zábavou"
#: ../src/common/pep.py:79

View File

@ -5317,7 +5317,7 @@ msgid "Day Off"
msgstr "Freier Tag"
#: ../src/common/pep.py:78
msgid "Haning out"
msgid "Hanging out"
msgstr "Rumhängen"
#: ../src/common/pep.py:79

View File

@ -5261,7 +5261,7 @@ msgstr "Выходной день"
#: ../src/common/pep.py:78
#, fuzzy
msgid "Haning out"
msgid "Hanging out"
msgstr "тусовка"
#: ../src/common/pep.py:79

View File

@ -75,7 +75,7 @@ ACTIVITIES = {
'having_appointment': {'category': _('Having an Appointment')},
'inactive': {'category': _('Inactive'),
'day_off': _('Day Off'),
'hanging_out': _('Haning out'),
'hanging_out': _('Hanging out'),
'on_vacation': _('On Vacation'),
'scheduled_holiday': _('Scheduled Holiday'),
'sleeping': _('Sleeping')},