reformatted tooltip
This commit is contained in:
parent
0b173ecf2d
commit
85627465f2
@ -208,8 +208,7 @@ end
|
|||||||
function highlightMissingData()
|
function highlightMissingData()
|
||||||
self.editButton({
|
self.editButton({
|
||||||
index = 3,
|
index = 3,
|
||||||
tooltip = (highlightMissing and "Enable" or "Disable") ..
|
tooltip = (highlightMissing and "En" or "Dis") .. "able highlighting of cards without metadata (VP on these is not counted)."
|
||||||
" highlighting of cards without metadata (VP on these is not counted)."
|
|
||||||
})
|
})
|
||||||
for _, obj in pairs(missingData) do
|
for _, obj in pairs(missingData) do
|
||||||
if obj ~= nil then
|
if obj ~= nil then
|
||||||
|
Loading…
Reference in New Issue
Block a user