[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [29101] trunk/blender/release/scripts/ui/ space_userpref.py: * Tooltip fix for Addon links.

Thomas Dinges dingto at gmx.de
Mon May 31 10:43:24 CEST 2010


Revision: 29101
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=29101
Author:   dingto
Date:     2010-05-31 10:43:23 +0200 (Mon, 31 May 2010)

Log Message:
-----------
* Tooltip fix for Addon links.
I rather have this general text than 2 separate operators for wiki/tracker url. 

Modified Paths:
--------------
    trunk/blender/release/scripts/ui/space_userpref.py

Modified: trunk/blender/release/scripts/ui/space_userpref.py
===================================================================
--- trunk/blender/release/scripts/ui/space_userpref.py	2010-05-31 08:22:20 UTC (rev 29100)
+++ trunk/blender/release/scripts/ui/space_userpref.py	2010-05-31 08:43:23 UTC (rev 29101)
@@ -1422,7 +1422,7 @@
 
 
 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 = ""
 





More information about the Bf-blender-cvs mailing list