reformatted tooltip

This commit is contained in:
Chr1Z93 2024-10-05 23:05:36 +02:00
parent 0b173ecf2d
commit 85627465f2

View File

@ -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