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

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Dinges <blender@dingto.org>2010-05-31 12:43:23 +0400
committerThomas Dinges <blender@dingto.org>2010-05-31 12:43:23 +0400
commita57026b59720ed140550ae2bca28d1cd98b637c9 (patch)
treeecc40c5be3da0c2de6468feac5964d50f0537a90
parentd7dd651e70e6143582990f07dfecadf627d27617 (diff)
* Tooltip fix for Addon links.
I rather have this general text than 2 separate operators for wiki/tracker url.
-rw-r--r--release/scripts/ui/space_userpref.py2
1 files changed, 1 insertions, 1 deletions
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 = ""