From d885db7446b77ef31c6b9b5b9cfec008c018064d Mon Sep 17 00:00:00 2001
From: Sergey Sharybin <sergey.vfx@gmail.com>
Date: Tue, 13 Dec 2011 20:01:59 +0000
Subject: [PATCH] Do not use dot at the end of description

---
 source/blender/editors/space_clip/clip_ops.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 */
-- 
GitLab