typo
This commit is contained in:
parent
d6e9676c8c
commit
f42ae05e55
@ -45,7 +45,7 @@ _:===:line
|
||||
[customDict]
|
||||
chrys:===:king chrys
|
||||
|
||||
[emojiDict]
|
||||
[emoticonDict]
|
||||
:):===:smile
|
||||
;):===:twinker
|
||||
XD:===:loool
|
||||
|
@ -41,7 +41,7 @@ class punctuationManager():
|
||||
resultText = text
|
||||
resultText = self.useCustomDict(resultText, self.env['punctuation']['CUSTOMDICT'])
|
||||
if self.env['runtime']['settingsManager'].getSetting('general', 'emoticons'):
|
||||
resultText = self.useCustomDict(resultText, self.env['punctuation']['EMOJIDICT'])
|
||||
resultText = self.useCustomDict(resultText, self.env['punctuation']['EMOTICONDICT'])
|
||||
currPunctLevel = ''
|
||||
if not ignorePunctuation and self.env['runtime']['settingsManager'].getSetting('general', 'punctuationLevel').lower() in self.env['punctuation']['LEVELDICT']:
|
||||
currPunctLevel = self.env['punctuation']['LEVELDICT'][self.env['runtime']['settingsManager'].getSetting('general', 'punctuationLevel').lower()]
|
||||
|
Loading…
Reference in New Issue
Block a user