added notes to the detailed view
This commit is contained in:
parent
46c3c0f297
commit
8c8a2cdb4b
@ -33,6 +33,12 @@ return function(tbl)
|
||||
print(text)
|
||||
end
|
||||
print("")
|
||||
if this_word[6] ~= "" then
|
||||
text = text .. colorText(COLOR.HighYellow,"\tNotes: ")
|
||||
text = text .. colorText(COLOR.HighYellow,this_word[6])
|
||||
print(text)
|
||||
end
|
||||
print("")
|
||||
end
|
||||
end
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user