From 49adbe3ab8d1709979298870e981def6f69777e2 Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Mon, 27 Feb 2012 18:14:56 +0000 Subject: Various fixes to UI messages (among other things, all messages needed it should now be capitalized). --- source/blender/editors/animation/anim_markers.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/animation') diff --git a/source/blender/editors/animation/anim_markers.c b/source/blender/editors/animation/anim_markers.c index 79d767be63c..00c849ed02d 100644 --- a/source/blender/editors/animation/anim_markers.c +++ b/source/blender/editors/animation/anim_markers.c @@ -1116,7 +1116,7 @@ static void MARKER_OT_select(wmOperatorType *ot) /* flags */ ot->flag= OPTYPE_REGISTER|OPTYPE_UNDO; - RNA_def_boolean(ot->srna, "extend", 0, "Extend", "extend the selection"); + RNA_def_boolean(ot->srna, "extend", 0, "Extend", "Extend the selection"); #ifdef DURIAN_CAMERA_SWITCH RNA_def_boolean(ot->srna, "camera", 0, "Camera", "Select the camera"); #endif -- cgit v1.2.3