typo
This commit is contained in:
parent
9a95dc948c
commit
14612d853d
|
@ -2894,8 +2894,8 @@ class ChatControl(ChatControlBase):
|
|||
except exceptions.DatabaseMalformed:
|
||||
import common.logger
|
||||
dialogs.ErrorDialog(_('Database Error'),
|
||||
_('The database file (%s) cannot be read. Try to repair it or \
|
||||
remove it (all history will be lost).') % common.logger.LOG_DB_PATH)
|
||||
_('The database file (%s) cannot be read. Try to repair it or '
|
||||
'remove it (all history will be lost).') % common.logger.LOG_DB_PATH)
|
||||
rows = []
|
||||
local_old_kind = None
|
||||
for row in rows: # row[0] time, row[1] has kind, row[2] the message
|
||||
|
|
Loading…
Reference in New Issue