From 85627465f20637e2edc2fc3d5d66b115e33a141b Mon Sep 17 00:00:00 2001 From: Chr1Z93 Date: Sat, 5 Oct 2024 23:05:36 +0200 Subject: [PATCH] reformatted tooltip --- src/core/VictoryDisplay.ttslua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/core/VictoryDisplay.ttslua b/src/core/VictoryDisplay.ttslua index e85a4c48..49688c8c 100644 --- a/src/core/VictoryDisplay.ttslua +++ b/src/core/VictoryDisplay.ttslua @@ -208,8 +208,7 @@ end function highlightMissingData() self.editButton({ index = 3, - tooltip = (highlightMissing and "Enable" or "Disable") .. - " highlighting of cards without metadata (VP on these is not counted)." + tooltip = (highlightMissing and "En" or "Dis") .. "able highlighting of cards without metadata (VP on these is not counted)." }) for _, obj in pairs(missingData) do if obj ~= nil then