Userprefs:Addon panel - Renamed label of the link to the documentation
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user