From 6fd4e1fead79244bb5f5293a41e9333e003b254d Mon Sep 17 00:00:00 2001 From: Michael Zhao <44533763+Pistonight@users.noreply.github.com> Date: Sat, 27 Jun 2026 22:50:57 -0700 Subject: [PATCH] fix music and soundfx label in options dialog --- src/Lawn/Widget/NewOptionsDialog.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Lawn/Widget/NewOptionsDialog.cpp b/src/Lawn/Widget/NewOptionsDialog.cpp index 3dd06b9..4ca85eb 100644 --- a/src/Lawn/Widget/NewOptionsDialog.cpp +++ b/src/Lawn/Widget/NewOptionsDialog.cpp @@ -174,14 +174,14 @@ void NewOptionsDialog::Draw(Sexy::Graphics *g) Sexy::Color aTextColor(107, 109, 145); TodDrawString(g, - "Music", + "[OPTIONS_MUSIC_LABEL]", // "Music" 186, 140 + aMusicOffset, FONT_DWARVENTODCRAFT18, aTextColor, DrawStringJustification::DS_ALIGN_RIGHT); TodDrawString(g, - "Sound FX", + "[OPTIONS_SOUNDFX]", // "Sound FX" 186, 167 + aSfxOffset, FONT_DWARVENTODCRAFT18,