From a57026b59720ed140550ae2bca28d1cd98b637c9 Mon Sep 17 00:00:00 2001 From: Thomas Dinges Date: Mon, 31 May 2010 08:43:23 +0000 Subject: [PATCH] * Tooltip fix for Addon links. I rather have this general text than 2 separate operators for wiki/tracker url. --- release/scripts/ui/space_userpref.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release/scripts/ui/space_userpref.py b/release/scripts/ui/space_userpref.py index 3551e31190e..1a8c1f04d6a 100644 --- a/release/scripts/ui/space_userpref.py +++ b/release/scripts/ui/space_userpref.py @@ -1422,7 +1422,7 @@ class WM_OT_addon_expand(bpy.types.Operator): class WM_OT_addon_links(bpy.types.Operator): - "Open the Blender Wiki in the Webbrowser" + "Open a website in the webbrowser" bl_idname = "wm.addon_links" bl_label = ""