I18n: Disambiguate "Value" in the context of colors
This commit is contained in:
committed by
Bastien Montagne
parent
51a0d1bf1c
commit
5e6ea2fa78
@@ -2442,6 +2442,7 @@ static void rna_def_strip(BlenderRNA *brna)
|
||||
RNA_def_property_enum_default(prop, STRIP_TYPE_ALPHAOVER);
|
||||
RNA_def_property_ui_text(
|
||||
prop, "Blending Mode", "Method for controlling how the strip combines with other strips");
|
||||
RNA_def_property_translation_context(prop, BLT_I18NCONTEXT_COLOR);
|
||||
RNA_def_property_update(
|
||||
prop, NC_SCENE | ND_SEQUENCER, "rna_Strip_invalidate_preprocessed_update");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user