[Bf-blender-cvs] [afc8a4f] master: Fix UI message.

Bastien Montagne noreply at git.blender.org
Wed Nov 9 19:42:41 CET 2016


Commit: afc8a4f9e2400e7208cc5a58c084912ffe196553
Author: Bastien Montagne
Date:   Wed Nov 9 19:27:43 2016 +0100
Branches: master
https://developer.blender.org/rBafc8a4f9e2400e7208cc5a58c084912ffe196553

Fix UI message.

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

M	source/blender/makesrna/intern/rna_space.c

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

diff --git a/source/blender/makesrna/intern/rna_space.c b/source/blender/makesrna/intern/rna_space.c
index ffcf12e..b262e64 100644
--- a/source/blender/makesrna/intern/rna_space.c
+++ b/source/blender/makesrna/intern/rna_space.c
@@ -1980,7 +1980,7 @@ static void rna_def_space_image_uv(BlenderRNA *brna)
 	static EnumPropertyItem other_uv_filter_items[] = {
 		{SI_FILTER_ALL, "ALL", 0, "All", "No filter, show all islands from other objects"},
 		{SI_FILTER_SAME_IMAGE, "SAME_IMAGE", ICON_IMAGE_DATA, "Same Image",
-		 "Only show others' UV islads who's active image matches image of the active face"},
+		 "Only show others' UV islands whose active image matches image of the active face"},
 		{0, NULL, 0, NULL, NULL}
 	};




More information about the Bf-blender-cvs mailing list