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}
        };

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to