From c51c6c2f1f304edbf20bfab18af00b9af64e776c Mon Sep 17 00:00:00 2001 From: chsh2 <110356534+chsh2@users.noreply.github.com> Date: Sat, 3 Aug 2024 23:58:55 -0700 Subject: [PATCH] Update ui_panels.py --- ui_panels.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui_panels.py b/ui_panels.py index dd3a5b8..c581039 100644 --- a/ui_panels.py +++ b/ui_panels.py @@ -22,7 +22,7 @@ def panel_io(panel, context): layout.label(text="Paste from Clipboard:") row = layout.row() - row.operator("gpencil.nijigp_paste_svg", text="SVG", icon="PASTEDOWN") + row.operator("gpencil.nijigp_paste_svg", text="SVG Code", icon="PASTEDOWN") row.operator("gpencil.nijigp_paste_swatch", text="Swatches", icon="PASTEDOWN") layout.label(text="Image Vectorization:")