[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [55285] trunk/blender/release/scripts/ startup/bl_ui/space_userpref.py: Userprefs: Addon panel - Renamed label of the link to the documentation

Gaia Clary gaia.clary at machinimatrix.org
Thu Mar 14 17:53:38 CET 2013


Revision: 55285
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=55285
Author:   gaiaclary
Date:     2013-03-14 16:53:38 +0000 (Thu, 14 Mar 2013)
Log Message:
-----------
Userprefs:Addon panel - Renamed label of the link to the documentation

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

Modified: trunk/blender/release/scripts/startup/bl_ui/space_userpref.py
===================================================================
--- trunk/blender/release/scripts/startup/bl_ui/space_userpref.py	2013-03-14 16:25:32 UTC (rev 55284)
+++ trunk/blender/release/scripts/startup/bl_ui/space_userpref.py	2013-03-14 16:53:38 UTC (rev 55285)
@@ -1240,7 +1240,7 @@
                         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:




More information about the Bf-blender-cvs mailing list