Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/interface/interface_region_tooltip.c
| Context not available. | |||||
| .style = UI_TIP_STYLE_NORMAL, | .style = UI_TIP_STYLE_NORMAL, | ||||
| .color_id = UI_TIP_LC_ALERT, | .color_id = UI_TIP_LC_ALERT, | ||||
| }); | }); | ||||
| field->text = BLI_sprintfN(TIP_("Disabled: %s"), disabled_msg); | field->text = BLI_sprintfN(TIP_("Disabled: %s."), disabled_msg); | ||||
| } | } | ||||
| } | } | ||||
| Context not available. | |||||