From 379fb0c5156d38a4aebffa27e67c2121cc674b29 Mon Sep 17 00:00:00 2001 From: Denis Fomin Date: Sun, 6 Jan 2013 15:41:26 +0400 Subject: [PATCH] Fix PEP --- src/common/pep.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/common/pep.py b/src/common/pep.py index 92bc962d7..ca18457b6 100644 --- a/src/common/pep.py +++ b/src/common/pep.py @@ -157,7 +157,8 @@ ACTIVITIES = { 'sleeping': _('Sleeping'), 'thinking': _('Thinking')}, 'relaxing': {'category': _('Relaxing'), - 'fishing': _('Gaming'), + 'fishing': _('Fishing'), + 'gaming': _('Gaming'), 'going_out': _('Going out'), 'partying': _('Partying'), 'reading': _('Reading'),