Removed translation for bookmarks menu item name in TextEditor
Only the label's text needs a translation, and it could cause issues when getting the node by name in a different language.
This commit is contained in:
parent
636bc5c32f
commit
8f0c1daf1c
1 changed files with 1 additions and 1 deletions
|
|
@ -713,7 +713,7 @@ TextEditor::TextEditor() {
|
|||
goto_menu->get_popup()->add_separator();
|
||||
|
||||
bookmarks_menu = memnew(PopupMenu);
|
||||
bookmarks_menu->set_name(TTR("Bookmarks"));
|
||||
bookmarks_menu->set_name("Bookmarks");
|
||||
goto_menu->get_popup()->add_child(bookmarks_menu);
|
||||
goto_menu->get_popup()->add_submenu_item(TTR("Bookmarks"), "Bookmarks");
|
||||
_update_bookmark_list();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue