Floogen / Stardrop

Stardrop is an open-source, cross-platform mod manager for the game Stardew Valley.
https://floogen.gitbook.io/stardrop/
GNU General Public License v3.0
114 stars 31 forks source link

Update translation key 'ui.window.setting' to 'ui.window.settings' #145

Closed Adda0 closed 8 months ago

Adda0 commented 8 months ago

Unifies ui.window.settings and ui.window.setting translation keys into a single key ui.window.settings. I believe this was an unintentional typo. It fixes showing title for settings window which was referring to ui.window.settings.name which does not exist:

SettingsWindow.axaml:
10: Title="{i18n:Translate ui.window.settings.name}"

Tested on Linux with English, not tested on MacOS and Windows.

Floogen commented 8 months ago

Thank you for cleaning that up!