Some untranslated UI strings

This commit is contained in:
Unknown
2017-12-02 16:58:58 +07:00
parent 5ddf288c79
commit 1d26c51856
5 changed files with 11 additions and 11 deletions

View File

@@ -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")) {