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>2022-03-28 11:40:14 +0300
committerBastien Montagne <bastien@blender.org>2022-03-28 11:40:14 +0300
commitda130d751f5b9fc61a336c989af6cc25c9309112 (patch)
tree7f40dd2af7e01f84386f9583daa6cfb606888ce9 /source/blender/windowmanager/intern/wm_files.c
parent587efa994947e0b5d6c69fe49d51d822285199b7 (diff)
Fix various UI messages issues.
Diffstat (limited to 'source/blender/windowmanager/intern/wm_files.c')
-rw-r--r--source/blender/windowmanager/intern/wm_files.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/windowmanager/intern/wm_files.c b/source/blender/windowmanager/intern/wm_files.c
index b6fc47a3df7..caa3a493349 100644
--- a/source/blender/windowmanager/intern/wm_files.c
+++ b/source/blender/windowmanager/intern/wm_files.c
@@ -867,7 +867,7 @@ static void file_read_reports_finalize(BlendFileReadReport *bf_reports)
RPT_WARNING,
"Proxies have been removed from Blender (%d proxies were automatically converted "
"to library overrides, %d proxies could not be converted and were cleared). "
- "Please also consider re-saving any library .blend file with the newest Blender version.",
+ "Please also consider re-saving any library .blend file with the newest Blender version",
bf_reports->count.proxies_to_lib_overrides_success,
bf_reports->count.proxies_to_lib_overrides_failures);
}