mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 08:23:29 +00:00
i18n: Make VisualScript node caption & text translatable
This commit is contained in:
parent
7249e170f7
commit
e1557dc4c8
5 changed files with 74 additions and 64 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue