Cleanup: Grammar in comments and tooltips
- "own" -> "its own" - "it's" -> "its" - Use proper plural
This commit is contained in:
@@ -483,7 +483,7 @@ static char *decimate_desc(bContext *UNUSED(C), wmOperatorType *UNUSED(op), Poin
|
||||
|
||||
if (RNA_enum_get(ptr, "mode") == DECIM_ERROR) {
|
||||
return BLI_strdup(
|
||||
TIP_("Decimate F-Curves by specifying how much it can deviate from the original curve"));
|
||||
TIP_("Decimate F-Curves by specifying how much they can deviate from the original curve"));
|
||||
}
|
||||
|
||||
/* Use default description. */
|
||||
|
||||
Reference in New Issue
Block a user