You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-10 13:00:37 +00:00
Merge pull request #10380 from akien-mga/XL_MESSAGE
Rename `XL_MESSAGE`/`tr` to `localize`
This commit is contained in:
@@ -271,7 +271,7 @@ int WindowDialog::_drag_hit_test(const Point2 &pos) const {
|
||||
|
||||
void WindowDialog::set_title(const String &p_title) {
|
||||
|
||||
title = XL_MESSAGE(p_title);
|
||||
title = localize(p_title);
|
||||
update();
|
||||
}
|
||||
String WindowDialog::get_title() const {
|
||||
|
||||
Reference in New Issue
Block a user