From 63a6268e83a7137b0ee5574a783fed29aeae12fd Mon Sep 17 00:00:00 2001 From: Yevgeny Makarov Date: Fri, 26 Mar 2021 12:07:50 -0400 Subject: UI: Use unified format for "Warning" in descriptions Warnings in tooltips were using inconsistent formatting, some in parantheses, some not, some in caps, others not, some on new lines, some not, etc. This patch uses a consistent new line and no capitals for these cases. Differential Revision: https://developer.blender.org/D9904 --- source/blender/editors/space_outliner/outliner_tools.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source/blender/editors/space_outliner') diff --git a/source/blender/editors/space_outliner/outliner_tools.c b/source/blender/editors/space_outliner/outliner_tools.c index dc9205106ab..21ddea922d8 100644 --- a/source/blender/editors/space_outliner/outliner_tools.c +++ b/source/blender/editors/space_outliner/outliner_tools.c @@ -2263,7 +2263,8 @@ static const EnumPropertyItem outliner_lib_op_type_items[] = { "DELETE", ICON_X, "Delete", - "Delete this library and all its item from Blender - WARNING: no undo"}, + "Delete this library and all its item.\n" + "Warning: No undo"}, {OL_LIB_RELOCATE, "RELOCATE", 0, -- cgit v1.2.3