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

Nap gets replaced by sleep

parent 0add3ad0
No related branches found
No related tags found
No related merge requests found
......@@ -240,7 +240,7 @@ class Config:
}
statusmsg_default = {
_('Nap'): _("I'm taking a nap."),
_('Sleeping'): 'ZZZZzzzzzZZZZZ',
_('Back soon'): _('Back in some minutes.'),
_('Eating'): _("I'm eating, so leave me a message."),
_('Movie'): _("I'm watching a movie."),
......
......@@ -24,6 +24,7 @@ import gobject
import time
import urllib
import base64
import os
import dialogs
import chat
......
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