We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents da44907 + 6a13a71 commit a1459b6Copy full SHA for a1459b6
addons/block_code/ui/blocks/block/block.gd
@@ -221,7 +221,7 @@ func _get_tooltip(at_position: Vector2) -> String:
221
if definition.variant_type == Variant.Type.TYPE_NIL:
222
return description_tx
223
224
- return "{description}\n\n{type_field}: [b]{type}[/b]".format({"description": description_tx, "type_field": tr("Type:"), "type": type_string(definition.variant_type)})
+ return "{description}\n\n{type_field} [b]{type}[/b]".format({"description": description_tx, "type_field": tr("Type:"), "type": type_string(definition.variant_type)})
225
226
227
func _make_custom_tooltip(for_text) -> Control:
0 commit comments