mirror of
https://github.com/godotengine/godot.git
synced 2025-04-07 00:44:24 +08:00
Merge pull request #13609 from volzhs/useless-ttr
Unnecessary use of TTR
This commit is contained in:
commit
abdcf2c024
@ -213,7 +213,7 @@ private:
|
||||
}
|
||||
String sp = p.simplify_path();
|
||||
project_path->set_text(sp);
|
||||
set_message(TTR(" ")); // just so it does not disappear
|
||||
set_message(" "); // just so it does not disappear
|
||||
get_ok()->call_deferred("grab_focus");
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user