Spellcheck all plugins

This commit is contained in:
Alexander Krotov
2018-06-29 01:05:33 +03:00
committed by Philipp Hörist
parent 6e430a3ee4
commit 5fc7a77526
15 changed files with 41 additions and 40 deletions

View File

@@ -41,10 +41,11 @@ from omemo.xmpp import DevicelistPEP
from omemo.gtk.key import KeyDialog
from omemo.gtk.config import OMEMOConfigDialog
CRYPTOGRAPHY_MISSING = 'You are missing Python3-Cryptography'
AXOLOTL_MISSING = 'You are missing Python3-Axolotl or use an outdated version'
PROTOBUF_MISSING = 'OMEMO cant import Google Protobuf, you can find help in ' \
'the GitHub Wiki'
PROTOBUF_MISSING = "OMEMO can't import Google Protobuf, you can find help in " \
"the GitHub Wiki"
ERROR_MSG = ''