Skip to content

Commit

Permalink
magic uv, fix tracker_url and improve word in add-on preference
Browse files Browse the repository at this point in the history
  • Loading branch information
nutti committed Apr 3, 2017
1 parent 70f8c69 commit b862e95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion uv_magic_uv/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"warning": "",
"support": "COMMUNITY",
"wiki_url": "https://wiki.blender.org/index.php/Extensions:2.6/Py/Scripts/UV/Magic_UV",
"tracker_url": "https://github.com/nutti/Copy-And-Paste-UV",
"tracker_url": "https://github.com/nutti/Magic-UV",
"category": "UV"
}

Expand Down
2 changes: 1 addition & 1 deletion uv_magic_uv/muv_preferences.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def draw(self, _):
layout.label("Description:")
column = layout.column(align=True)
column.label("Magic UV is composed of many UV editing features.")
column.label("See tutorial page if you know about this add-on.")
column.label("See tutorial page if you are new to this add-on.")
column.label("https://github.com/nutti/Magic-UV/wiki/Tutorial")

layout.label("Location:")
Expand Down

0 comments on commit b862e95

Please sign in to comment.