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:
Diffstat (limited to 'source/blender/editors/animation/drivers.c')
-rw-r--r--source/blender/editors/animation/drivers.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/editors/animation/drivers.c b/source/blender/editors/animation/drivers.c
index ecc1b4b4523..dae2138e481 100644
--- a/source/blender/editors/animation/drivers.c
+++ b/source/blender/editors/animation/drivers.c
@@ -1253,7 +1253,7 @@ static int copy_driver_button_exec(bContext *C, wmOperator *op)
}
}
- /* since we're just copying, we don't really need to do anything else...*/
+ /* Since we're just copying, we don't really need to do anything else. */
return (changed) ? OPERATOR_FINISHED : OPERATOR_CANCELLED;
}
@@ -1303,7 +1303,7 @@ static int paste_driver_button_exec(bContext *C, wmOperator *op)
}
}
- /* since we're just copying, we don't really need to do anything else...*/
+ /* Since we're just copying, we don't really need to do anything else. */
return (changed) ? OPERATOR_FINISHED : OPERATOR_CANCELLED;
}