Merge pull request #10380 from akien-mga/XL_MESSAGE
Rename `XL_MESSAGE`/`tr` to `localize`
This commit is contained in:
commit
ee59e627de
10 changed files with 34 additions and 50 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue