Fix typo in nla blend modes.

This commit is contained in:
Sv. Lockal
2014-01-26 20:12:29 +04:00
parent afb9393dda
commit 646cc46400

View File

@@ -414,7 +414,7 @@ EnumPropertyItem nla_mode_blend_items[] = {
{NLASTRIP_MODE_ADD, "ADD", 0, "Add", "Weighted result of strip is added to the accumulated results"},
{NLASTRIP_MODE_SUBTRACT, "SUBTRACT", 0, "Subtract",
"Weighted result of strip is removed from the accumulated results"},
{NLASTRIP_MODE_MULTIPLY, "MULITPLY", 0, "Multiply",
{NLASTRIP_MODE_MULTIPLY, "MULTIPLY", 0, "Multiply",
"Weighted result of strip is multiplied with the accumulated results"},
{0, NULL, 0, NULL, NULL}
};