Cleanup: Grammar in comments and tooltips

- "own" -> "its own"
- "it's" -> "its"
- Use proper plural
This commit is contained in:
2022-02-04 14:52:52 -06:00
parent dc85776b8b
commit f79c8e25f1
8 changed files with 14 additions and 13 deletions

View File

@@ -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. */