You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
Use RTR() for VisualScriptNode captions and texts
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user