[Bf-blender-cvs] [3e2d8d2] master: Spelling

Campbell Barton noreply at git.blender.org
Sun Jun 22 15:55:13 CEST 2014


Commit: 3e2d8d223321c4490cd08979dcd23d338297ec18
Author: Campbell Barton
Date:   Sun Jun 22 23:47:05 2014 +1000
https://developer.blender.org/rB3e2d8d223321c4490cd08979dcd23d338297ec18

Spelling

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

M	source/blender/editors/interface/interface_templates.c
M	source/blender/editors/space_image/image_ops.c

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

diff --git a/source/blender/editors/interface/interface_templates.c b/source/blender/editors/interface/interface_templates.c
index 3448f3b..74977c2 100644
--- a/source/blender/editors/interface/interface_templates.c
+++ b/source/blender/editors/interface/interface_templates.c
@@ -339,7 +339,7 @@ static const char *template_id_browse_tip(StructRNA *type)
 			case ID_LA:  return N_("Browse Lamp Data to be linked");
 			case ID_CA:  return N_("Browse Camera Data to be linked");
 			case ID_WO:  return N_("Browse World Settings to be linked");
-			case ID_SCR: return N_("Choose Screen lay-out");
+			case ID_SCR: return N_("Choose Screen layout");
 			case ID_TXT: return N_("Browse Text to be linked");
 			case ID_SPK: return N_("Browse Speaker Data to be linked");
 			case ID_SO:  return N_("Browse Sound to be linked");
diff --git a/source/blender/editors/space_image/image_ops.c b/source/blender/editors/space_image/image_ops.c
index f7a4308..cb2da0c 100644
--- a/source/blender/editors/space_image/image_ops.c
+++ b/source/blender/editors/space_image/image_ops.c
@@ -1003,7 +1003,7 @@ static int image_cmp_frame(void *a, void *b)
  * \brief Return the start (offset) and the length of the sequence of continuous frames in the list of frames
  * \param frames [in] the list of frame numbers, as a side-effect the list is sorted
  * \param ofs [out] offest, the first frame number in the sequence
- * \return the number of continuos frames in the sequence
+ * \return the number of contiguous frames in the sequence
  */
 static int image_sequence_get_len(ListBase *frames, int *ofs)
 {




More information about the Bf-blender-cvs mailing list