Update treeDelegates.py

Changed "sentance" to "sentence".
This commit is contained in:
Tim D'Annecy 2016-03-01 17:39:25 -05:00
parent c2302ac70b
commit ef2eeb5f93

View file

@ -105,7 +105,7 @@ class treeTitleDelegate(QStyledItemDelegate):
if extraText:
extraText = " ({}%)".format(extraText)
elif settings.viewSettings["Tree"]["InfoFolder"] == "Summary":
extraText = item.data(Outline.summarySentance.value)
extraText = item.data(Outline.summarySentence.value)
if extraText:
extraText = " - {}".format(extraText)
@ -118,7 +118,7 @@ class treeTitleDelegate(QStyledItemDelegate):
if extraText:
extraText = " ({}%)".format(extraText)
elif settings.viewSettings["Tree"]["InfoText"] == "Summary":
extraText = item.data(Outline.summarySentance.value)
extraText = item.data(Outline.summarySentence.value)
if extraText:
extraText = " - {}".format(extraText)