mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
Some untranslated UI strings
This commit is contained in:
@@ -3081,7 +3081,7 @@ void PropertyEditor::update_tree() {
|
||||
item->set_text(1, type + " ID: " + itos(id));
|
||||
item->add_button(1, get_icon("EditResource", "EditorIcons"));
|
||||
} else {
|
||||
item->set_text(1, "[Empty]");
|
||||
item->set_text(1, TTR("[Empty]"));
|
||||
}
|
||||
|
||||
if (has_icon(p.hint_string, "EditorIcons")) {
|
||||
|
||||
Reference in New Issue
Block a user