diff --git a/src/core/VictoryDisplay.ttslua b/src/core/VictoryDisplay.ttslua index a6eb125c..d6d980f6 100644 --- a/src/core/VictoryDisplay.ttslua +++ b/src/core/VictoryDisplay.ttslua @@ -230,7 +230,8 @@ end function highlightCountedVP() self.editButton({ index = 4, - tooltip = (highlightCounted and "Enable" or "Disable") .. " highlighting of cards with VP." + tooltip = (highlightCounted and "Enable" or "Disable") .. + " highlighting of cards with VP." }) for _, obj in pairs(countedVP) do if obj ~= nil then