You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
i18n: Make VisualScript node caption & text translatable
This commit is contained in:
@@ -172,7 +172,7 @@ PropertyInfo VisualScriptExpression::get_output_value_port_info(int p_idx) const
|
||||
}
|
||||
|
||||
String VisualScriptExpression::get_caption() const {
|
||||
return "Expression";
|
||||
return TTR("Expression");
|
||||
}
|
||||
String VisualScriptExpression::get_text() const {
|
||||
return expression;
|
||||
|
||||
Reference in New Issue
Block a user