From 7a83b64f7bd39934cf73dcca94598b610e829fb4 Mon Sep 17 00:00:00 2001 From: Yevgeny Makarov Date: Fri, 20 Sep 2019 14:31:24 +0200 Subject: UI: Fix Capitalization Differential Revision: https://developer.blender.org/D5716 --- source/blender/editors/space_action/action_edit.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'source/blender/editors/space_action') diff --git a/source/blender/editors/space_action/action_edit.c b/source/blender/editors/space_action/action_edit.c index 944a0c74f4c..242acfd0261 100644 --- a/source/blender/editors/space_action/action_edit.c +++ b/source/blender/editors/space_action/action_edit.c @@ -1663,7 +1663,7 @@ static const EnumPropertyItem prop_actkeys_snap_types[] = { {ACTKEYS_SNAP_CFRA, "CFRA", 0, - "Current frame", + "Current Frame", "Snap selected keyframes to the current frame"}, {ACTKEYS_SNAP_NEAREST_FRAME, "NEAREST_FRAME", @@ -1789,17 +1789,17 @@ static const EnumPropertyItem prop_actkeys_mirror_types[] = { {ACTKEYS_MIRROR_CFRA, "CFRA", 0, - "By Times over Current frame", + "By Times Over Current Frame", "Flip times of selected keyframes using the current frame as the mirror line"}, {ACTKEYS_MIRROR_XAXIS, "XAXIS", 0, - "By Values over Value=0", + "By Values Over Value=0", "Flip values of selected keyframes (i.e. negative values become positive, and vice versa)"}, {ACTKEYS_MIRROR_MARKER, "MARKER", 0, - "By Times over First Selected Marker", + "By Times Over First Selected Marker", "Flip times of selected keyframes using the first selected marker as the reference point"}, {0, NULL, 0, NULL, NULL}, }; -- cgit v1.2.3