[Bf-blender-cvs] [dd31b8bd506] master: UI: Use full word "Start" instead of "Sta"

Nikhil Shringarpurey noreply at git.blender.org
Thu Nov 18 16:45:24 CET 2021


Commit: dd31b8bd5068fa56d7ccc308e0d22fcce48223f1
Author: Nikhil Shringarpurey
Date:   Thu Nov 18 10:45:10 2021 -0500
Branches: master
https://developer.blender.org/rBdd31b8bd5068fa56d7ccc308e0d22fcce48223f1

UI: Use full word "Start" instead of "Sta"

Differential Revision: https://developer.blender.org/D13098

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

M	source/blender/editors/space_node/drawnode.cc

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

diff --git a/source/blender/editors/space_node/drawnode.cc b/source/blender/editors/space_node/drawnode.cc
index 63461056c8f..06f307796d8 100644
--- a/source/blender/editors/space_node/drawnode.cc
+++ b/source/blender/editors/space_node/drawnode.cc
@@ -152,7 +152,7 @@ static void node_buts_time(uiLayout *layout, bContext *UNUSED(C), PointerRNA *pt
   uiTemplateCurveMapping(layout, ptr, "curve", 's', false, false, false, false);
 
   uiLayout *row = uiLayoutRow(layout, true);
-  uiItemR(row, ptr, "frame_start", DEFAULT_FLAGS, IFACE_("Sta"), ICON_NONE);
+  uiItemR(row, ptr, "frame_start", DEFAULT_FLAGS, IFACE_("Start"), ICON_NONE);
   uiItemR(row, ptr, "frame_end", DEFAULT_FLAGS, IFACE_("End"), ICON_NONE);
 }



More information about the Bf-blender-cvs mailing list