mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Rename localization method to tr again
Partial revert of #10380 based on contributor ~~bullying~~ feedback.
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 = localize(p_title);
|
||||
title = tr(p_title);
|
||||
update();
|
||||
}
|
||||
String WindowDialog::get_title() const {
|
||||
|
||||
Reference in New Issue
Block a user