diff --git a/stepmania/Themes/default/BGAnimations/ScreenEvaluationStage decorations/default.lua b/stepmania/Themes/default/BGAnimations/ScreenEvaluationStage decorations/default.lua index 8901090cd7..cb9381c834 100644 --- a/stepmania/Themes/default/BGAnimations/ScreenEvaluationStage decorations/default.lua +++ b/stepmania/Themes/default/BGAnimations/ScreenEvaluationStage decorations/default.lua @@ -64,7 +64,7 @@ if ShowStandardDecoration("ItsARecord") then self:GetChild("Record"):visible( false ); self:GetChild("NoRecord"):visible( true ); if hsl then - self:GetChild("NoRecord"):settext(hsName..":\n"..hsPerc .. "%"); + self:GetChild("NoRecord"):settext(hsName..":\n"..hsPerc); else self:GetChild("NoRecord"):settext(""); end