summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu Pasquet <mathieui@mathieui.net>2013-10-06 18:55:16 +0200
committerMathieu Pasquet <mathieui@mathieui.net>2013-10-06 18:55:16 +0200
commit08ce5c6d00ebb18a426870ce2211357d39d27913 (patch)
treeb1fd0434e70a3fc0f052aa44598452a4da618101
parent030d4b4b2a72fcb2a67844f28c89a76d964ac925 (diff)
downloadpoezio-08ce5c6d00ebb18a426870ce2211357d39d27913.tar.gz
poezio-08ce5c6d00ebb18a426870ce2211357d39d27913.tar.bz2
poezio-08ce5c6d00ebb18a426870ce2211357d39d27913.tar.xz
poezio-08ce5c6d00ebb18a426870ce2211357d39d27913.zip
,
-rw-r--r--src/pep.py22
1 files changed, 11 insertions, 11 deletions
diff --git a/src/pep.py b/src/pep.py
index 557d9874..a505329a 100644
--- a/src/pep.py
+++ b/src/pep.py
@@ -100,7 +100,7 @@ ACTIVITIES = {
'running_an_errand': _('Running an errand'),
'walking_the_dog': _('Walking the dog'),
'other': _('Other'),
- }
+ },
'drinking': {
'category': _('Drinking'),
@@ -108,7 +108,7 @@ ACTIVITIES = {
'having_coffee': _('Having coffee'),
'having_tea': _('Having tea'),
'other': _('Other'),
- }
+ },
'eating': {
'category':_('Eating'),
@@ -117,7 +117,7 @@ ACTIVITIES = {
'having_dinner': _('Having dinner'),
'having_lunch': _('Having lunch'),
'other': _('Other'),
- }
+ },
'exercising': {
'category': _('Exercising'),
@@ -131,7 +131,7 @@ ACTIVITIES = {
'swimming': _('Swimming'),
'working_out': _('Working out'),
'other': _('Other'),
- }
+ },
'grooming': {
'category': _('Grooming'),
@@ -142,12 +142,12 @@ ACTIVITIES = {
'taking_a_bath': _('Taking a bath'),
'taking_a_shower': _('Taking a shower'),
'other': _('Other'),
- }
+ },
'having_appointment': {
'category': _('Having appointment'),
'other': _('Other'),
- }
+ },
'inactive': {
'category': _('Inactive'),
@@ -160,7 +160,7 @@ ACTIVITIES = {
'sleeping': _('Sleeping'),
'thinking': _('Thinking'),
'other': _('Other'),
- }
+ },
'relaxing': {
'category': _('Relaxing'),
@@ -177,7 +177,7 @@ ACTIVITIES = {
'watching_a_movie': _('Watching a movie'),
'watching_tv': _('Watching tv'),
'other': _('Other'),
- }
+ },
'talking': {
'category': _('Talking'),
@@ -185,7 +185,7 @@ ACTIVITIES = {
'on_the_phone': _('On the phone'),
'on_video_phone': _('On video phone'),
'other': _('Other'),
- }
+ },
'traveling': {
'category': _('Traveling'),
@@ -199,12 +199,12 @@ ACTIVITIES = {
'walking': _('Walking'),
'cycling': _('Cycling'),
'other': _('Other'),
- }
+ },
'undefined': {
'category': _('Undefined'),
'other': _('Other'),
- }
+ },
'working': {
'category': _('Working'),