small text cleanup

This commit is contained in:
Campbell Barton
2007-09-17 18:24:53 +00:00
parent 0c7c57685e
commit b32e5f7cb4
2 changed files with 4 additions and 4 deletions

View File

@@ -1070,7 +1070,7 @@ void stitch_uv_tface(int mode)
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 @@ void select_linked_tface_uv(int mode) /* TODO */
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 @@ void unlink_selection(void)
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;
}

View File

@@ -1188,7 +1188,7 @@ void image_buttons(void)
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;
}