From 76cdd409de4a3e924869db6f79548b486a17ee7e Mon Sep 17 00:00:00 2001 From: Hans Goudey Date: Fri, 4 Feb 2022 14:52:52 -0600 Subject: Cleanup: Grammar in comments and tooltips - "own" -> "its own" - "it's" -> "its" - Use proper plural --- source/blender/editors/space_graph/graph_slider_ops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/space_graph') diff --git a/source/blender/editors/space_graph/graph_slider_ops.c b/source/blender/editors/space_graph/graph_slider_ops.c index 44a8817fe7c..cfaea33605a 100644 --- a/source/blender/editors/space_graph/graph_slider_ops.c +++ b/source/blender/editors/space_graph/graph_slider_ops.c @@ -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. */ -- cgit v1.2.3