mirror of
https://github.com/godotengine/godot.git
synced 2025-10-22 17:33:33 +00:00
Use RTR()
for VisualScriptNode captions and texts
This commit is contained in:
parent
3f3826edb8
commit
77f80aa4ee
5 changed files with 82 additions and 76 deletions
|
@ -176,7 +176,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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue