Skip to content

Commit 0afc151

Browse files
authored
Merge pull request gsaone#1 from prokoudine/master
Tweak the plug-in's metadata just a tad
2 parents 9b96fcd + a0cc99c commit 0afc151

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

grid_based.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ def add_grid_based(image, drawable, borders, center, column, row, gutter):
8989
pdb.gimp_image_undo_group_end(image)
9090
pdb.gimp_context_pop()
9191

92-
register("python-fu-add-grid-based","Grid-based plugin for gimp","Add grid-based layout",
93-
"","","","Add grid-based","*",
92+
register("python-fu-add-grid-based","Create a grid of guides","Create a grid-based layout using guides",
93+
"","","","Add grid-based...","*",
9494
[
9595
(PF_IMAGE, "image", "Source image", None),
9696
(PF_DRAWABLE, "drawable", "Source layer", None),

0 commit comments

Comments
 (0)