[Bf-blender-cvs] [ab45e7f394e] soc-2020-info-editor: Cleanup: remove unnecessary dot

Mateusz Grzeliński noreply at git.blender.org
Sun Aug 16 17:12:32 CEST 2020


Commit: ab45e7f394e651d1fed394473e44bfeb0e19fdb9
Author: Mateusz Grzeliński
Date:   Sun Aug 16 17:12:27 2020 +0200
Branches: soc-2020-info-editor
https://developer.blender.org/rBab45e7f394e651d1fed394473e44bfeb0e19fdb9

Cleanup: remove unnecessary dot

===================================================================

M	source/blender/editors/space_info/info_clog.c

===================================================================

diff --git a/source/blender/editors/space_info/info_clog.c b/source/blender/editors/space_info/info_clog.c
index 28769285c5a..3e73416ef16 100644
--- a/source/blender/editors/space_info/info_clog.c
+++ b/source/blender/editors/space_info/info_clog.c
@@ -671,7 +671,7 @@ void INFO_OT_clog_filter(wmOperatorType *ot)
   ot->name = "Add Log Filter";
   ot->description =
       "Add and enable log filter based on selected logs. Will not add filter if log is already "
-      "muted by another filter.";
+      "muted by another filter";
   ot->idname = "INFO_OT_clog_filter";
 
   /* api callbacks */



More information about the Bf-blender-cvs mailing list