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:")