You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
Modified editor strings to be translatable in the future
This commit is contained in:
@@ -61,7 +61,7 @@ StyleBoxEditor::StyleBoxEditor() {
|
||||
panel->set_area_as_parent_rect();
|
||||
|
||||
Label *l = memnew( Label );
|
||||
l->set_text("StyleBox Preview:");
|
||||
l->set_text(TTR("StyleBox Preview:"));
|
||||
l->set_pos(Point2(5,5));
|
||||
panel->add_child(l);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user