Make various strings translatable
This commit is contained in:
parent
dfc1ec7fb9
commit
42d740d641
11 changed files with 27 additions and 27 deletions
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue