From a2eb7130856922a6df1d485cf8e28c15387d6101 Mon Sep 17 00:00:00 2001 From: joleskins Date: Thu, 2 Jul 2026 16:10:38 +0200 Subject: [PATCH] Use language .ini for hold judges --- Themes/_fallback/Scripts/10 Texts.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Themes/_fallback/Scripts/10 Texts.lua b/Themes/_fallback/Scripts/10 Texts.lua index e20d989e39..2b6282fbdc 100644 --- a/Themes/_fallback/Scripts/10 Texts.lua +++ b/Themes/_fallback/Scripts/10 Texts.lua @@ -74,8 +74,8 @@ local judgeString = { -- Text strings for each Judgment types TapNoteScore_W4 = THEME:GetString("TapNoteScore", "W4"), TapNoteScore_W5 = THEME:GetString("TapNoteScore", "W5"), TapNoteScore_Miss = THEME:GetString("TapNoteScore", "Miss"), - HoldNoteScore_Held = 'OK', - HoldNoteScore_LetGo = 'NG', + HoldNoteScore_Held = THEME:GetString("HoldNoteScore", "Held"), + HoldNoteScore_LetGo = THEME:GetString("HoldNoteScore", "LetGo"), } function getShortDifficulty(diff)