You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-09 12:50:35 +00:00
Don't use the abbrevation "Sep." in UI text
(cherry picked from commit 5046a7d1b1)
This commit is contained in:
committed by
Rémi Verschelde
parent
752211391f
commit
770de6f579
@@ -702,7 +702,7 @@ ThemeEditor::ThemeEditor() {
|
||||
test_menu_button->get_popup()->add_radio_check_item(TTR("Radio Item"));
|
||||
test_menu_button->get_popup()->add_radio_check_item(TTR("Checked Radio Item"));
|
||||
test_menu_button->get_popup()->set_item_checked(7, true);
|
||||
test_menu_button->get_popup()->add_separator(TTR("Named Sep."));
|
||||
test_menu_button->get_popup()->add_separator(TTR("Named Separator"));
|
||||
|
||||
PopupMenu *test_submenu = memnew(PopupMenu);
|
||||
test_menu_button->get_popup()->add_child(test_submenu);
|
||||
|
||||
Reference in New Issue
Block a user