Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Goudey <h.goudey@me.com>2022-02-04 23:52:52 +0300
committerFabian Schempp <fabianschempp@googlemail.com>2022-04-11 01:29:03 +0300
commit76cdd409de4a3e924869db6f79548b486a17ee7e (patch)
tree2b542d03be87dceb153496c4ca60e9ad859dc042 /source/blender/editors/space_graph
parent0dbe55307591d81912e6b587d7ff0d632cdde90e (diff)
Cleanup: Grammar in comments and tooltips
- "own" -> "its own" - "it's" -> "its" - Use proper plural
Diffstat (limited to 'source/blender/editors/space_graph')
-rw-r--r--source/blender/editors/space_graph/graph_slider_ops.c2
1 files changed, 1 insertions, 1 deletions
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. */