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>2012-02-27 22:14:56 +0400
committerBastien Montagne <montagne29@wanadoo.fr>2012-02-27 22:14:56 +0400
commit49adbe3ab8d1709979298870e981def6f69777e2 (patch)
tree249701ca4fc34a7beea2e8ae8ec576b465f8e24d /source/blender/editors/armature/editarmature_sketch.c
parent684a2c8dca6a93d68e62cf8c2502980548efc75c (diff)
Various fixes to UI messages (among other things, all messages needed it should now be capitalized).
Diffstat (limited to 'source/blender/editors/armature/editarmature_sketch.c')
-rw-r--r--source/blender/editors/armature/editarmature_sketch.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/source/blender/editors/armature/editarmature_sketch.c b/source/blender/editors/armature/editarmature_sketch.c
index 42ec06ee1c7..41a7b20de3d 100644
--- a/source/blender/editors/armature/editarmature_sketch.c
+++ b/source/blender/editors/armature/editarmature_sketch.c
@@ -2839,7 +2839,7 @@ int ED_operator_sketch_mode(const bContext *C)
void SKETCH_OT_delete(wmOperatorType *ot)
{
/* identifiers */
- ot->name= "delete";
+ ot->name= "Delete";
ot->idname= "SKETCH_OT_delete";
/* api callbacks */
@@ -2854,7 +2854,7 @@ void SKETCH_OT_delete(wmOperatorType *ot)
void SKETCH_OT_select(wmOperatorType *ot)
{
/* identifiers */
- ot->name= "select";
+ ot->name= "Select";
ot->idname= "SKETCH_OT_select";
/* api callbacks */
@@ -2869,7 +2869,7 @@ void SKETCH_OT_select(wmOperatorType *ot)
void SKETCH_OT_cancel_stroke(wmOperatorType *ot)
{
/* identifiers */
- ot->name= "cancel stroke";
+ ot->name= "Cancel Stroke";
ot->idname= "SKETCH_OT_cancel_stroke";
/* api callbacks */
@@ -2884,7 +2884,7 @@ void SKETCH_OT_cancel_stroke(wmOperatorType *ot)
void SKETCH_OT_convert(wmOperatorType *ot)
{
/* identifiers */
- ot->name= "convert";
+ ot->name= "Convert";
ot->idname= "SKETCH_OT_convert";
/* api callbacks */
@@ -2899,7 +2899,7 @@ void SKETCH_OT_convert(wmOperatorType *ot)
void SKETCH_OT_finish_stroke(wmOperatorType *ot)
{
/* identifiers */
- ot->name= "end stroke";
+ ot->name= "End Stroke";
ot->idname= "SKETCH_OT_finish_stroke";
/* api callbacks */
@@ -2914,7 +2914,7 @@ void SKETCH_OT_finish_stroke(wmOperatorType *ot)
void SKETCH_OT_draw_preview(wmOperatorType *ot)
{
/* identifiers */
- ot->name= "draw preview";
+ ot->name= "Draw Preview";
ot->idname= "SKETCH_OT_draw_preview";
/* api callbacks */
@@ -2931,7 +2931,7 @@ void SKETCH_OT_draw_preview(wmOperatorType *ot)
void SKETCH_OT_draw_stroke(wmOperatorType *ot)
{
/* identifiers */
- ot->name= "draw stroke";
+ ot->name= "Draw Stroke";
ot->idname= "SKETCH_OT_draw_stroke";
/* api callbacks */
@@ -2950,7 +2950,7 @@ void SKETCH_OT_draw_stroke(wmOperatorType *ot)
void SKETCH_OT_gesture(wmOperatorType *ot)
{
/* identifiers */
- ot->name= "gesture";
+ ot->name= "Gesture";
ot->idname= "SKETCH_OT_gesture";
/* api callbacks */