mirror of
https://github.com/tiennm99/godot.git
synced 2026-08-10 22:24:29 +00:00
Make various strings translatable
This commit is contained in:
@@ -1050,7 +1050,7 @@ void TileDataDefaultEditor::_notification(int p_what) {
|
||||
|
||||
TileDataDefaultEditor::TileDataDefaultEditor() {
|
||||
label = memnew(Label);
|
||||
label->set_text("Painting:");
|
||||
label->set_text(TTR("Painting:"));
|
||||
add_child(label);
|
||||
|
||||
toolbar->add_child(memnew(VSeparator));
|
||||
|
||||
Reference in New Issue
Block a user