Fix a typo.
This commit is contained in:
parent
296709ed27
commit
5638c568e6
2
po/cs.po
2
po/cs.po
|
@ -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
|
||||
|
|
2
po/de.po
2
po/de.po
|
@ -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
|
||||
|
|
2
po/ru.po
2
po/ru.po
|
@ -5261,7 +5261,7 @@ msgstr "Выходной день"
|
|||
|
||||
#: ../src/common/pep.py:78
|
||||
#, fuzzy
|
||||
msgid "Haning out"
|
||||
msgid "Hanging out"
|
||||
msgstr "тусовка"
|
||||
|
||||
#: ../src/common/pep.py:79
|
||||
|
|
|
@ -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')},
|
||||
|
|
Loading…
Reference in New Issue