Userprefs:Addon panel - Renamed label of the link to the documentation

This commit is contained in:
Gaia Clary
2013-03-14 16:53:38 +00:00
parent 2b845d3b2a
commit 64b2ecf6f9

View File

@@ -1240,7 +1240,7 @@ class USERPREF_PT_addons(Panel):
split = colsub.row().split(percentage=0.15)
split.label(text="Internet:")
if info["wiki_url"]:
split.operator("wm.url_open", text="Link to the Wiki", icon='HELP').url = info["wiki_url"]
split.operator("wm.url_open", text="Documentation", icon='HELP').url = info["wiki_url"]
if info["tracker_url"]:
split.operator("wm.url_open", text="Report a Bug", icon='URL').url = info["tracker_url"]
if user_addon: