From 1db55215d0649bc687fb97301981d442d4ea3c61 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Tue, 13 Dec 2011 19:40:49 +0000 Subject: Do not use a dot in the end of descriptions --- source/blender/editors/space_clip/clip_ops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/space_clip') diff --git a/source/blender/editors/space_clip/clip_ops.c b/source/blender/editors/space_clip/clip_ops.c index 74dd5e72014..34726732a17 100644 --- a/source/blender/editors/space_clip/clip_ops.c +++ b/source/blender/editors/space_clip/clip_ops.c @@ -201,7 +201,7 @@ void CLIP_OT_open(wmOperatorType *ot) { /* identifiers */ ot->name= "Open Clip"; - ot->description= "Load a sequence of frames or a movie file."; + ot->description= "Load a sequence of frames or a movie file"; ot->idname= "CLIP_OT_open"; /* api callbacks */ -- cgit v1.2.3