From 4f247dba5ea99d9c3a3544c9dd302192cc1dab75 Mon Sep 17 00:00:00 2001 From: Yevgeny Makarov Date: Wed, 24 Feb 2021 13:25:44 -0600 Subject: UI: Cleanup and fix labels and descriptions in various places Changes include using proper and consistent grammar, simplifying phrasing, using correct terminology, and not including python API identifiers in tooltips. Differential Revision: https://developer.blender.org/D9924 --- source/blender/windowmanager/intern/wm_files_link.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/windowmanager/intern/wm_files_link.c') diff --git a/source/blender/windowmanager/intern/wm_files_link.c b/source/blender/windowmanager/intern/wm_files_link.c index 49ac250d9a3..d4495821672 100644 --- a/source/blender/windowmanager/intern/wm_files_link.c +++ b/source/blender/windowmanager/intern/wm_files_link.c @@ -629,7 +629,7 @@ void WM_OT_append(wmOperatorType *ot) "set_fake", false, "Fake User", - "Set Fake User for appended items (except Objects and Groups)"); + "Set \"Fake User\" for appended items (except objects and collections)"); RNA_def_boolean( ot->srna, "use_recursive", -- cgit v1.2.3