diff options
author | tpart <tpart120@proton.me> | 2024-09-20 16:30:41 +0200 |
---|---|---|
committer | tpart <tpart120@proton.me> | 2024-09-20 16:30:46 +0200 |
commit | a809aaf2736a6cfe169212cf8f08e97de24e37e8 (patch) | |
tree | 9bc492f9077c0b55725dd480b87a65c0ad6885c6 /client/menu | |
parent | 07dd1b1dab03fb46e548e6a0e9d0311ac2111a36 (diff) | |
download | hurrycurry-a809aaf2736a6cfe169212cf8f08e97de24e37e8.tar hurrycurry-a809aaf2736a6cfe169212cf8f08e97de24e37e8.tar.bz2 hurrycurry-a809aaf2736a6cfe169212cf8f08e97de24e37e8.tar.zst |
Fix missing translations in settings
Diffstat (limited to 'client/menu')
-rw-r--r-- | client/menu/settings.tscn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/menu/settings.tscn b/client/menu/settings.tscn index 0a55e222..d29a3646 100644 --- a/client/menu/settings.tscn +++ b/client/menu/settings.tscn @@ -48,11 +48,11 @@ layout_mode = 2 layout_mode = 2 size_flags_horizontal = 0 theme_override_font_sizes/font_size = 36 -text = "Settings" +text = "c.menu.settings" [node name="Back" type="Button" parent="OuterGap/Panel/InnerGap/VBoxContainer"] layout_mode = 2 size_flags_vertical = 8 -text = "Save & Apply" +text = "c.settings.apply" [connection signal="pressed" from="OuterGap/Panel/InnerGap/VBoxContainer/Back" to="." method="_on_back_pressed"] |