Skip to content
Snippets Groups Projects
Commit 50e0718d authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

Fix a string

parent 3a0aa4c7
No related branches found
No related tags found
No related merge requests found
......@@ -94,7 +94,7 @@ class ChatControlSession(stanza_session.EncryptedStanzaSession):
msg_to_log, tim=obj.timestamp, subject=obj.subject)
except exceptions.PysqliteOperationalError, e:
gajim.nec.push_incoming_event(InformationEvent(None,
conn=self.conn, level='error', pri_txt=_('Disk WriteError'),
conn=self.conn, level='error', pri_txt=_('Disk Write Error'),
sec_txt=str(e)))
except exceptions.DatabaseMalformed:
pritext = _('Database Error')
......
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