[Bf-blender-cvs] [b26b825989] app-templates: Use shorter label

Campbell Barton noreply at git.blender.org
Sat Mar 18 07:44:29 CET 2017


Commit: b26b82598971f7ccf9e8ef13ea5d448d6812ebb0
Author: Campbell Barton
Date:   Sat Mar 18 17:49:55 2017 +1100
Branches: app-templates
https://developer.blender.org/rBb26b82598971f7ccf9e8ef13ea5d448d6812ebb0

Use shorter label

===================================================================

M	release/scripts/startup/bl_ui/space_userpref.py

===================================================================

diff --git a/release/scripts/startup/bl_ui/space_userpref.py b/release/scripts/startup/bl_ui/space_userpref.py
index a1804678a2..ba83522d4e 100644
--- a/release/scripts/startup/bl_ui/space_userpref.py
+++ b/release/scripts/startup/bl_ui/space_userpref.py
@@ -163,7 +163,7 @@ class USERPREF_MT_splash(Menu):
 
         split = layout.split()
         row = split.row()
-        row.label("Application Template")
+        row.label("Template:")
         template = context.user_preferences.app_template
         row.menu(
             "USERPREF_MT_templates_splash",




More information about the Bf-blender-cvs mailing list