Change a few checks to use built-in features
This commit is contained in:
+1
-1
@@ -509,7 +509,7 @@ class GuiDocEditor(QTextEdit):
|
||||
|
||||
aLang, aName = self.theDict.describeDict()
|
||||
self.theParent.statusBar.setLanguage(
|
||||
aLang, "%s/%s" % (self.mainConf.spellTool, aName)
|
||||
aLang, "%s [%s]" % (self.mainConf.spellTool.title(), aName.title())
|
||||
)
|
||||
|
||||
if not self.bigDoc:
|
||||
|
||||
Reference in New Issue
Block a user