added notes to the detailed view
This commit is contained in:
@@ -33,6 +33,12 @@ return function(tbl)
|
|||||||
print(text)
|
print(text)
|
||||||
end
|
end
|
||||||
print("")
|
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
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user