1
0
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:
Rémi Verschelde
2017-08-17 22:41:55 +02:00
committed by GitHub
10 changed files with 34 additions and 50 deletions

View File

@@ -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 {