You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-12-06 17:25:19 +00:00
Change ".." punctuation for "..." in editor strings (#16507)
(cherry picked from commit 1c419531a0)
This commit is contained in:
committed by
Rémi Verschelde
parent
e09170dffa
commit
403f7dc35f
@@ -632,7 +632,7 @@ ThemeEditor::ThemeEditor() {
|
||||
main_vb->add_child(hb_menu);
|
||||
|
||||
theme_menu = memnew(MenuButton);
|
||||
theme_menu->set_text(TTR("Edit theme.."));
|
||||
theme_menu->set_text(TTR("Edit theme..."));
|
||||
theme_menu->set_flat(false);
|
||||
theme_menu->set_tooltip(TTR("Theme editing menu."));
|
||||
theme_menu->get_popup()->add_item(TTR("Add Item"), POPUP_ADD);
|
||||
|
||||
Reference in New Issue
Block a user