mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 08:23:29 +00:00
Use RTR()
for VisualScriptNode captions and texts
(cherry picked from commit 77f80aa4ee
)
This commit is contained in:
parent
93447eb1ae
commit
743f2d232a
5 changed files with 84 additions and 77 deletions
|
@ -172,7 +172,7 @@ PropertyInfo VisualScriptExpression::get_output_value_port_info(int p_idx) const
|
|||
}
|
||||
|
||||
String VisualScriptExpression::get_caption() const {
|
||||
return TTR("Expression");
|
||||
return RTR("Expression");
|
||||
}
|
||||
String VisualScriptExpression::get_text() const {
|
||||
return expression;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue