[Bf-blender-cvs] [909506200a5] master: Cleanup: quiet warning about description ending with '.'

Campbell Barton noreply at git.blender.org
Wed May 5 05:20:19 CEST 2021


Commit: 909506200a52d7520992db96f8c58d7f7b439011
Author: Campbell Barton
Date:   Wed May 5 12:11:39 2021 +1000
Branches: master
https://developer.blender.org/rB909506200a52d7520992db96f8c58d7f7b439011

Cleanup: quiet warning about description ending with '.'

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

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

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

diff --git a/source/blender/editors/space_info/info_ops.c b/source/blender/editors/space_info/info_ops.c
index 9365a5958cc..d1525af5009 100644
--- a/source/blender/editors/space_info/info_ops.c
+++ b/source/blender/editors/space_info/info_ops.c
@@ -73,8 +73,8 @@ void FILE_OT_pack_libraries(wmOperatorType *ot)
   ot->name = "Pack Linked Libraries";
   ot->idname = "FILE_OT_pack_libraries";
   ot->description =
-      "Store all data-blocks linked from other .blend files in the current .blend file. Library "
-      "references are preserved so the linked data-blocks can be unpacked again.";
+      "Store all data-blocks linked from other .blend files in the current .blend file. "
+      "Library references are preserved so the linked data-blocks can be unpacked again";
 
   /* api callbacks */
   ot->exec = pack_libraries_exec;



More information about the Bf-blender-cvs mailing list