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>2020-12-21 12:49:33 +0300
committerBastien Montagne <bastien@blender.org>2020-12-21 12:49:33 +0300
commit42e2dd2178f87153e2f4db25f75727065472542b (patch)
tree1833eb497aa345dc76185dcca276e3915b865507 /source/blender/editors
parent720b2c665578d6a5d588e96c0e03c2a5304acd42 (diff)
Fix some UI messages and update i18n spellcheck utils.
Diffstat (limited to 'source/blender/editors')
-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 f2f7f9d82f9..8e9093151ba 100644
--- a/source/blender/editors/space_file/file_draw.c
+++ b/source/blender/editors/space_file/file_draw.c
@@ -1039,7 +1039,7 @@ static void file_draw_invalid_library_hint(const SpaceFile *sfile, const ARegion
UI_icon_draw(sx, sy - UI_UNIT_Y, ICON_INFO);
const char *suggestion = TIP_(
- "Set up the library or edit libraries in the Preferences, File Paths section.");
+ "Set up the library or edit libraries in the Preferences, File Paths section");
file_draw_string_multiline(
sx + UI_UNIT_X, sy, suggestion, width - UI_UNIT_X, line_height, text_col, NULL, NULL);
}