[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [12071] trunk/blender/source/blender/src: small text cleanup

Campbell Barton cbarton at metavr.com
Mon Sep 17 20:24:53 CEST 2007


Revision: 12071
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=12071
Author:   campbellbarton
Date:     2007-09-17 20:24:53 +0200 (Mon, 17 Sep 2007)

Log Message:
-----------
small text cleanup

Modified Paths:
--------------
    trunk/blender/source/blender/src/editsima.c
    trunk/blender/source/blender/src/header_image.c

Modified: trunk/blender/source/blender/src/editsima.c
===================================================================
--- trunk/blender/source/blender/src/editsima.c	2007-09-17 18:22:06 UTC (rev 12070)
+++ trunk/blender/source/blender/src/editsima.c	2007-09-17 18:24:53 UTC (rev 12071)
@@ -1070,7 +1070,7 @@
 	if(is_uv_tface_editing_allowed()==0)
 		return;
 	if(G.sima->flag & SI_SYNC_UVSEL) {
-		error("Can't stitch when Mesh Sync selection is enabled");
+		error("Can't stitch when Sync Mesh Selection is enabled");
 		return;
 	}
 	
@@ -1195,7 +1195,7 @@
 		return;
 
 	if(G.sima->flag & SI_SYNC_UVSEL) {
-		error("Can't stitch when Mesh Sync selection is enabled");
+		error("Can't select linked when Sync Mesh Selection is enabled");
 		return;
 	}
 	
@@ -1336,7 +1336,7 @@
 	if( is_uv_tface_editing_allowed()==0 ) return;
 
 	if(G.sima->flag & SI_SYNC_UVSEL) {
-		error("Can't stitch when Mesh Sync selection is enabled");
+		error("Can't select unlinked when Sync Mesh Selection is enabled");
 		return;
 	}
 	

Modified: trunk/blender/source/blender/src/header_image.c
===================================================================
--- trunk/blender/source/blender/src/header_image.c	2007-09-17 18:22:06 UTC (rev 12070)
+++ trunk/blender/source/blender/src/header_image.c	2007-09-17 18:24:53 UTC (rev 12071)
@@ -1188,7 +1188,7 @@
 		xco+=10;
 		uiDefIconTextButS(block, ICONTEXTROW,B_AROUND, ICON_ROTATE, around_pup(), xco,0,XIC+10,YIC, &(G.v2d->around), 0, 3.0, 0, 0, "Rotation/Scaling Pivot (Hotkeys: Comma, Shift Comma, Period) ");
 		xco+= XIC + 12;
-		uiDefIconButBitI(block, TOG, SI_SYNC_UVSEL, B_REDR,			ICON_MESH_HLT, xco,0,XIC,YIC, &G.sima->flag, 0, 0, 0, 0, "Sync from mesh selection");
+		uiDefIconButBitI(block, TOG, SI_SYNC_UVSEL, B_REDR,			ICON_MESH_HLT, xco,0,XIC,YIC, &G.sima->flag, 0, 0, 0, 0, "Sync Mesh Selection");
 		xco+= XIC+16;
 	}
 	





More information about the Bf-blender-cvs mailing list