You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-08 12:40:44 +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