Skip to content
Snippets Groups Projects
Commit cec2a46e authored by nkour's avatar nkour
Browse files

fix brb jargon, and and add out

parent f8a5dbd9
No related branches found
No related tags found
No related merge requests found
......@@ -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 = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment