You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Use RTR() for VisualScriptNode captions and texts
(cherry picked from commit 77f80aa4ee)
This commit is contained in:
committed by
Rémi Verschelde
parent
93447eb1ae
commit
743f2d232a
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user