1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-19 14:31:59 +00:00

Add missing ETR/TTR markups

(cherry picked from commit a7c1f2730f)
This commit is contained in:
Haoyu Qiu
2025-03-12 20:12:33 +08:00
committed by Rémi Verschelde
parent 4b77d8520b
commit 2f90dfef65
3 changed files with 4 additions and 4 deletions

View File

@@ -2374,7 +2374,7 @@ ColorPicker::ColorPicker() {
swatches_vbc->add_child(palette_box);
btn_preset = memnew(Button);
btn_preset->set_text("Swatches");
btn_preset->set_text(ETR("Swatches"));
btn_preset->set_flat(true);
btn_preset->set_toggle_mode(true);
btn_preset->set_focus_mode(FOCUS_NONE);