fix brb jargon, and and add out
This commit is contained in:
parent
f8a5dbd960
commit
cec2a46e4f
|
@ -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 = {
|
||||
|
|
Loading…
Reference in New Issue