Editor: Add some more translatable strings.
This commit is contained in:
parent
a1c03a69d2
commit
6134d8741d
30 changed files with 126 additions and 132 deletions
|
|
@ -529,8 +529,8 @@ void ThemeEditor::_theme_menu_cbk(int p_option) {
|
|||
|
||||
} else if (p_option == POPUP_CLASS_REMOVE) {
|
||||
|
||||
add_del_dialog->set_title("Remove All Items");
|
||||
add_del_dialog->get_ok()->set_text("Remove All");
|
||||
add_del_dialog->set_title(TTR("Remove All Items"));
|
||||
add_del_dialog->get_ok()->set_text(TTR("Remove All"));
|
||||
add_del_dialog->popup_centered(Size2(240, 85) * EDSCALE);
|
||||
|
||||
base_theme = Theme::get_default();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue