Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Montagne <bastien@blender.org>2021-11-01 19:28:07 +0300
committerBastien Montagne <bastien@blender.org>2021-11-01 19:28:07 +0300
commit2f667c2bc949b31e7e80a67905394e1e5a0bd762 (patch)
treeecd5994d1215764de589d995c784c51399702b18 /source/blender/editors/space_file
parent69e504225804c0ce6ad60ffc90a78bbba93c5c1c (diff)
Fix UI messages, typos, etc.
Diffstat (limited to 'source/blender/editors/space_file')
-rw-r--r--source/blender/editors/space_file/file_draw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_file/file_draw.c b/source/blender/editors/space_file/file_draw.c
index 2e2f0c146d6..66aabe39e44 100644
--- a/source/blender/editors/space_file/file_draw.c
+++ b/source/blender/editors/space_file/file_draw.c
@@ -1103,7 +1103,7 @@ static void file_draw_invalid_library_hint(const bContext *C,
const char *suggestion = TIP_(
"Asset Libraries are local directories that can contain .blend files with assets inside.\n"
- "Manage Asset Libraries from the File Paths section in Preferences.");
+ "Manage Asset Libraries from the File Paths section in Preferences");
file_draw_string_multiline(
sx + UI_UNIT_X, sy, suggestion, width - UI_UNIT_X, line_height, text_col, NULL, &sy);