From cec2a46e4fec81421bacd631f36ab1379484b941 Mon Sep 17 00:00:00 2001 From: Nikos Kouremenos Date: Mon, 6 Jun 2005 10:51:24 +0000 Subject: [PATCH] fix brb jargon, and and add out --- src/common/config.py | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/src/common/config.py b/src/common/config.py index f50b18030..2ba878716 100644 --- a/src/common/config.py +++ b/src/common/config.py @@ -202,12 +202,13 @@ class Config: } statusmsg_default = { - _('Nap'): _('I\'m taking a nap.'), - _('Brb'): _('Back in some minutes.'), - _('Eating'): _('I\'m eating, so leave me a message.'), - _('Movie'): _('I\'m watching a movie.'), - _('Working'): _('I\'m working.'), - _('Phone'): _('I\'m on the phone.'), + _('Nap'): _("I'm taking a nap."), + _('Back soon'): _('Back in some minutes.'), + _('Eating'): _("I'm eating, so leave me a message."), + _('Movie'): _("I'm watching a movie."), + _('Working'): _("I'm working."), + _('Phone'): _("I'm on the phone."), + _('Out'): _("I'm out enjoying life"), } soundevents_default = {