[Bf-blender-cvs] [1cfe274] master: Usual i18n messages fixes...

Bastien Montagne noreply at git.blender.org
Mon Nov 16 19:19:26 CET 2015


Commit: 1cfe2748f4fc7112f833e6ebdc4dfe7799b46c3a
Author: Bastien Montagne
Date:   Mon Nov 16 19:13:24 2015 +0100
Branches: master
https://developer.blender.org/rB1cfe2748f4fc7112f833e6ebdc4dfe7799b46c3a

Usual i18n messages fixes...

===================================================================

M	source/blender/blenloader/intern/readfile.c

===================================================================

diff --git a/source/blender/blenloader/intern/readfile.c b/source/blender/blenloader/intern/readfile.c
index a7585a5..39df407 100644
--- a/source/blender/blenloader/intern/readfile.c
+++ b/source/blender/blenloader/intern/readfile.c
@@ -9777,7 +9777,7 @@ static void link_id_part(ReportList *reports, FileData *fd, Main *mainvar, ID *i
 	if (!is_valid) {
 		blo_reportf_wrap(
 		        reports, RPT_ERROR,
-		        TIP_("LIB: %s: '%s' is directly linked from '%s' (parent '%s'), but is a non-linkable datatype"),
+		        TIP_("LIB: %s: '%s' is directly linked from '%s' (parent '%s'), but is a non-linkable data type"),
 		        BKE_idcode_to_name(GS(id->name)),
 		        id->name + 2,
 		        mainvar->curlib->filepath,




More information about the Bf-blender-cvs mailing list