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:
authorBastien Montagne <montagne29@wanadoo.fr>2016-03-31 00:39:54 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2016-03-31 00:39:54 +0300
commit01ce8d80d0311c71ae706522f564f3febbc20ac9 (patch)
treed20f4c8f3c186ce50ff1f6bd586d9d6bb4dbfd17 /source/blender/editors/armature
parentf7fc55867a3e7d68a16bfa503a9651310aadd380 (diff)
Usual ui messages fixes/tweaks.
Diffstat (limited to 'source/blender/editors/armature')
-rw-r--r--source/blender/editors/armature/armature_edit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/armature/armature_edit.c b/source/blender/editors/armature/armature_edit.c
index 7802a990071..b1c23fb4cac 100644
--- a/source/blender/editors/armature/armature_edit.c
+++ b/source/blender/editors/armature/armature_edit.c
@@ -497,7 +497,7 @@ void ARMATURE_OT_roll_clear(wmOperatorType *ot)
/* identifiers */
ot->name = "Clear Roll";
ot->idname = "ARMATURE_OT_roll_clear";
- ot->description = "Clear roll for select bones";
+ ot->description = "Clear roll for selected bones";
/* api callbacks */
ot->exec = armature_roll_clear_exec;