Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNutti <nutti.metro@gmail.com>2017-04-03 14:00:21 +0300
committerNutti <nutti.metro@gmail.com>2017-04-03 14:00:21 +0300
commitb862e95e6a55fb2004945299aafaa6773f5eb59b (patch)
tree018592062fd8447f81e3df2721b9adc815244517 /uv_magic_uv
parent70f8c6981492e64ae5e1fd2cbbdfb3fc90b86cca (diff)
magic uv, fix tracker_url and improve word in add-on preference
Diffstat (limited to 'uv_magic_uv')
-rw-r--r--uv_magic_uv/__init__.py2
-rw-r--r--uv_magic_uv/muv_preferences.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/uv_magic_uv/__init__.py b/uv_magic_uv/__init__.py
index ecb91fc8..86227125 100644
--- a/uv_magic_uv/__init__.py
+++ b/uv_magic_uv/__init__.py
@@ -34,7 +34,7 @@ bl_info = {
"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"
}
diff --git a/uv_magic_uv/muv_preferences.py b/uv_magic_uv/muv_preferences.py
index 066cfbac..7e13c6ea 100644
--- a/uv_magic_uv/muv_preferences.py
+++ b/uv_magic_uv/muv_preferences.py
@@ -91,7 +91,7 @@ class MUV_Preferences(AddonPreferences):
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:")