Rename localization method to tr again

Partial revert of #10380 based on contributor ~~bullying~~ feedback.
This commit is contained in:
Rémi Verschelde
2017-08-18 22:29:15 +02:00
parent b20952ebff
commit 18a7315381
10 changed files with 35 additions and 35 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 = localize(p_title);
title = tr(p_title);
update();
}
String WindowDialog::get_title() const {