[Bf-blender-cvs] [828a267011a] temp-gpencil-io: Use "strokes" in tooltip

Hans Goudey noreply at git.blender.org
Tue Mar 23 19:28:33 CET 2021


Commit: 828a267011ac558355a49968a2dad80dd90949b5
Author: Hans Goudey
Date:   Tue Mar 23 14:28:26 2021 -0400
Branches: temp-gpencil-io
https://developer.blender.org/rB828a267011ac558355a49968a2dad80dd90949b5

Use "strokes" in tooltip

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

M	source/blender/editors/io/io_gpencil_import.c

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

diff --git a/source/blender/editors/io/io_gpencil_import.c b/source/blender/editors/io/io_gpencil_import.c
index 79bf4340ad5..9768da85940 100644
--- a/source/blender/editors/io/io_gpencil_import.c
+++ b/source/blender/editors/io/io_gpencil_import.c
@@ -179,7 +179,7 @@ void WM_OT_gpencil_import_svg(wmOperatorType *ot)
               1,
               30,
               "Resolution",
-              "Resolution of the generated curves",
+              "Resolution of the generated strokes",
               1,
               20);
 
@@ -189,7 +189,7 @@ void WM_OT_gpencil_import_svg(wmOperatorType *ot)
                 0.001f,
                 100.0f,
                 "Scale",
-                "Scale of the final stroke",
+                "Scale of the final strokes",
                 0.001f,
                 100.0f);
 }



More information about the Bf-blender-cvs mailing list