From 144f5e530c6a93b9971863a286019edfda8d32c8 Mon Sep 17 00:00:00 2001 From: AJ Kelly Date: Fri, 3 Apr 2009 21:42:23 +0000 Subject: [PATCH] remove extra '%' in percentage score --- .../BGAnimations/ScreenEvaluationStage decorations/default.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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